{
    "name": "nanopop",
    "version": "2.1.0",
    "description": "Ultra tiny, opinionated, positioning engine.",
    "main": "./lib/nanopop.min.js",
    "module": "./lib/nanopop.min.mjs",
    "author": "Simon Reinisch <trash@reinisch.io>",
    "license": "MIT",
    "types": "./lib/nanopop.min.d.ts",
    "keywords": [
        "positioning",
        "popper",
        "utility",
        "positioning engine"
    ],
    "files": [
        "src",
        "lib"
    ],
    "scripts": {
        "build": "rollup -c rollup.config.prod.js",
        "dev": "concurrently \"rollup -c rollup.config.dev.js --watch\" \"serve .\"",
        "lint": "eslint ./src/**/*.ts ./tests/**/*.js",
        "lint:fix": "eslint ./src/**/*.ts ./tests/**/*.js --fix",
        "test": "jest",
        "dry": "npm run lint:fix && npm run build && npm test"
    },
    "homepage": "https://github.com/Simonwep/nanopop#readme",
    "bugs": "https://github.com/Simonwep/nanopop/issues",
    "repository": {
        "type": "git",
        "url": "https://github.com/Simonwep/nanopop.git"
    },
    "devDependencies": {
        "@rollup/plugin-replace": "^2.3.3",
        "@types/ws": "^7.2.6",
        "@typescript-eslint/eslint-plugin": "^3.9.0",
        "@typescript-eslint/parser": "^3.9.0",
        "@wessberg/rollup-plugin-ts": "^1.3.2",
        "concurrently": "^5.3.0",
        "eslint": "^7.6.0",
        "eslint-config-simon": "^2.1.0",
        "jest": "^26.4.0",
        "jest-environment-puppeteer": "^4.4.0",
        "jest-image-snapshot": "^4.1.0",
        "jest-playwright-preset": "^1.3.1",
        "playwright-chromium": "^1.3.0",
        "playwright-firefox": "^1.3.0",
        "playwright-webkit": "^1.3.0",
        "rollup": "^2.25.0",
        "rollup-plugin-terser": "^7.0.0",
        "serve": "^11.3.2",
        "typescript": "^3.9.7"
    }
}
