-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 KB
/
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
33
34
35
{
"name": "perf-tools",
"version": "1.0.0",
"description": "Web performance tools for Gcore CDN",
"main": "src/gcdn-perf.js",
"scripts": {
"dev": "parcel example/index.html",
"build": "webpack --config ./webpack.config.js",
"deploy": "npm run build && cp build/gcdn-perf.js ../../bitbucket.org/static/assets/perf-tools/gcdn-perf.js && cd ../../bitbucket.org/static && git commit -am 'Change gcdn-pref.js' && git push origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G-Core/perf-tools.git"
},
"keywords": [
"perfomance",
"stats"
],
"author": "Zaycev Denis",
"license": "ISC",
"bugs": {
"url": "https://github.com/G-Core/perf-tools/issues"
},
"homepage": "https://github.com/G-Core/perf-tools#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"parcel-bundler": "^1.12.5",
"webpack": "^5.21.2",
"webpack-cli": "4.5.0"
}
}