forked from gkjohnson/webgl-gpu-power-estimation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "@habx/webgl-gpu-power-estimation",
"version": "1.2.0",
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"regenerate-database": "node scripts/generate-normalized-database.js",
"download-data": "node scripts/download-gpu-data.js && npm run regenerate-database",
"log-matches": "node scripts/print-db-matches.js > data/db-matches.txt && node scripts/print-sample-matches.js > data/sample-matches.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/habx/webgl-gpu-power-estimation.git"
},
"author": "Garrett Johnson <[email protected]>",
"license": "MIT",
"main": "./dist",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"jsdom": "^13.1.0",
"lodash": "^4.17.15",
"mathjs": "^5.4.0",
"node-fetch": "^2.3.0",
"rollup": "^1.0.1",
"rollup-plugin-babel": "^4.3.2"
},
"dependencies": {
"string-similarity": "^4.0.1"
},
"publishConfig": "https://npm.pkg.github.com/"
}