74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "skia-canvas",
|
||
|
"version": "0.9.29",
|
||
|
"description": "A canvas environment for Node",
|
||
|
"author": "Christian Swinehart <drafting@samizdat.co>",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/samizdatco/skia-canvas.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/samizdatco/skia-canvas/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/samizdatco/skia-canvas#readme",
|
||
|
"main": "lib",
|
||
|
"browser": {
|
||
|
"lib": "./lib/browser.js",
|
||
|
"path": "path-browserify"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "cargo-cp-artifact -nc 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-pre-gyp publish",
|
||
|
"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.1",
|
||
|
"string-split-by": "^1.0.0"
|
||
|
},
|
||
|
"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"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"binary": {
|
||
|
"module_name": "index",
|
||
|
"module_path": "./lib/v{napi_build_version}",
|
||
|
"remote_path": "./v{version}",
|
||
|
"package_name": "{platform}-{arch}-{node_napi_label}-{libc}.tar.gz",
|
||
|
"host": "https://skia-canvas.s3.us-east-1.amazonaws.com",
|
||
|
"napi_versions": [
|
||
|
6
|
||
|
]
|
||
|
},
|
||
|
"keywords": [
|
||
|
"skia",
|
||
|
"canvas",
|
||
|
"offscreen",
|
||
|
"headless",
|
||
|
"graphic",
|
||
|
"graphics",
|
||
|
"image",
|
||
|
"images",
|
||
|
"compositing",
|
||
|
"render",
|
||
|
"pdf",
|
||
|
"svg",
|
||
|
"rust"
|
||
|
]
|
||
|
}
|