forked from sidsbrmnn/scrollspy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1005 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@sidsbrmnn/scrollspy",
"version": "1.1.0",
"description": "A simple lightweight JavaScript library without jQuery or any other dependencies to handle scroll spying on static webpages.",
"main": "dist/scrollspy.min.js",
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sidsbrmnn/scrollspy.git"
},
"keywords": [],
"author": "Siddharth Subramanian <[email protected]> (https://sidsbrmnn.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sidsbrmnn/scrollspy/issues"
},
"homepage": "https://github.com/sidsbrmnn/scrollspy#readme"
}