{ "name": "nanopop", "version": "2.3.0", "description": "Ultra tiny, opinionated, positioning engine.", "author": "Simon Reinisch ", "license": "MIT", "main": "./dist/nanopop.umd.js", "module": "./dist/nanopop.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/nanopop.mjs", "require": "./dist/nanopop.umd.js" } }, "keywords": [ "positioning", "popper", "utility", "positioning engine" ], "files": [ "src", "dist" ], "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview --port 3005 --outDir .", "lint": "eslint ./{src,tests}/**/*.ts", "lint:fix": "npm run lint -- --fix", "test": "playwright test", "test:ci": "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": { "@playwright/test": "^1.32.3", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "eslint": "^8.38.0", "playwright-chromium": "^1.32.3", "playwright-firefox": "^1.32.3", "playwright-webkit": "^1.32.3", "typescript": "^5.0.4", "vite": "^4.2.1", "vite-plugin-banner": "^0.7.0", "vite-plugin-dts": "^2.2.0" } }