forked from samizdatco/skia-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.54 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@arkie/skia-canvas",
"version": "1.2.2",
"description": "arkie fork skia-canvas",
"author": "Christian Swinehart <[email protected]>",
"license": "MIT",
"main": "js-lib",
"browser": "js-lib/browser.js",
"scripts": {
"build": "cargo-cp-artifact -nc js-lib/v6/index.node -- cargo build --message-format=json-render-diagnostics",
"install": "node-pre-gyp install || npm run build -- --release",
"package": "node-pre-gyp package",
"upload": "node upload",
"publish": "node publish",
"buildJs": "babel lib --out-dir js-lib && cp -f lib/index.d.ts js-lib",
"test": "jest"
},
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.8",
"cargo-cp-artifact": "^0.1",
"glob": "^7.2.0",
"path-browserify": "^1.0.1",
"simple-get": "^4.0.0",
"string-split-by": "^1.0.0",
"core-js": "2.6.5"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.15",
"aws-sdk": "^2.1069.0",
"express": "^4.17.2",
"jest": "^27.5.0",
"lodash": "^4.17.21",
"nodemon": "^2.0.15",
"tmp": "^0.2.1",
"@babel/polyfill": "^7.12.1",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"ali-oss": "6.16.0"
},
"binary": {
"module_name": "index",
"module_path": "./js-lib/v{napi_build_version}",
"remote_path": "./v{version}",
"package_name": "{platform}-{arch}-{node_napi_label}-{libc}.tar.gz",
"host": "https://arkie-mirror.oss-cn-hangzhou.aliyuncs.com/skia-canvas",
"napi_versions": [
6
]
}
}