forked from hoperyy/auto-compute-first-screen-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 901 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
{
"name": "auto-compute-first-screen-time",
"version": "5.4.1",
"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/'"
},
"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",
"webpack": "^4.16.5",
"webpack-command": "^0.4.1"
}
}