-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
31 lines (31 loc) · 999 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": "auto-compute-first-screen-time",
"version": "5.7.7",
"description": "A tool for auto computing first screen time of one page.",
"main": "./dist/index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --config ./build/webpack.config.js & http-server & open 'http://localhost:8080/test/'",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoperyy/auto-first-screen-time.git"
},
"author": "https://github.com/hoperyy",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoperyy/auto-first-screen-time/issues"
},
"homepage": "https://github.com/hoperyy/auto-first-screen-time#readme",
"devDependencies": {
"cross-env": "^5.2.0",
"http-server": "^0.11.1",
"pre-commit": "^1.2.2",
"webpack": "^4.16.5",
"webpack-command": "^0.4.1"
},
"pre-commit": [
"build"
]
}