-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 872 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
32
{
"name": "speedtest",
"private": true,
"scripts": {
"precommit": "lint-staged",
"clean": "rimraf dist",
"build:ui": "cd packages/speedtest-ui && npm run build",
"build:pkg": "run-s clean && pkg ./packages/speedtest-agent --out-path ./dist",
"build": "run-s build:ui build:pkg",
"gh-pages": "run-s build:ui && gh-pages -t -d ./packages/speedtest-ui/dist"
},
"author": "yelo",
"license": "Apache-2.0",
"repository": {
"url": "imyelo/speedtest",
"type": "git"
},
"bugs": {
"url": "https://github.com/imyelo/speedtest/issues"
},
"homepage": "https://github.com/imyelo/speedtest#readme",
"devDependencies": {
"gh-pages": "^2.1.1",
"lerna": "^3.19.0",
"lint-staged": "^8.2.1",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.1",
"prettier": "^1.18.2",
"rimraf": "^3.0.0"
},
"version": "0.1.0"
}