UNPKG

vanillajs-scrollspy

Version:
52 lines (51 loc) 1.39 kB
{ "name": "vanillajs-scrollspy", "version": "3.0.8", "description": "ScrollSpy in pure JavaScript", "main": "dist/vanillajs-scrollspy.cjs.js", "module": "dist/vanillajs-scrollspy.es.js", "scripts": { "build": "rollup --config", "lint": "eslint 'src/**/*.js'", "lint:fix": "npm run lint -- --fix", "prepush": "npm run lint", "test": "jest", "test:watch": "jest --watchAll", "coverage-test": "jest --coverage", "coverage-test:watch": "jest --coverage --watchAll" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/ederssouza/vanillajs-scrollspy.git" }, "keywords": [ "js", "tdd", "library", "vanillajs", "scrollspy", "ederssouza" ], "author": "Eder Sampaio <edersampaio@outlook.com.br>", "license": "MIT", "bugs": { "url": "https://github.com/ederssouza/vanillajs-scrollspy/issues" }, "homepage": "https://github.com/ederssouza/vanillajs-scrollspy#readme", "devDependencies": { "@babel/preset-env": "^7.19.1", "@types/jest": "^29.0.3", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.0.3", "jest-environment-jsdom": "^29.0.3", "prettier": "^2.7.1", "rollup": "^2.79.1", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-terser": "^7.0.2" } }