UNPKG

2.37 kBJSONView Raw
1{
2 "name": "@tensorflow/tfjs-node",
3 "version": "1.2.6",
4 "main": "dist/index.js",
5 "types": "dist/index.d.ts",
6 "gypfile": true,
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/tensorflow/tfjs-node.git"
10 },
11 "engines": {
12 "node": ">=8.11.0"
13 },
14 "scripts": {
15 "build": "tsc",
16 "build-npm": "./scripts/build-npm.sh",
17 "build-npm-gpu": "./scripts/build-npm-gpu.sh",
18 "build-addon": "./scripts/build-and-upload-addon.sh",
19 "build-addon-from-source": "node-pre-gyp install --build-from-source",
20 "clean-deps": "rm -rf deps && rm -rf lib",
21 "coverage": "nyc ts-node src/run_tests.ts",
22 "enable-gpu": "node scripts/install.js gpu download && yarn && yarn build-addon-from-source",
23 "format": "clang-format -i -style=Google binding/*.cc binding/*.h",
24 "install": "node scripts/install.js",
25 "install-from-source": "yarn clean-deps && yarn && yarn build-addon-from-source",
26 "link-local": "yalc link",
27 "lint": "tslint -p . -t verbose",
28 "prep": "cd node_modules/@tensorflow/tfjs-core && yarn && yarn build",
29 "publish-local": "yarn prep && yalc push",
30 "test": "ts-node src/run_tests.ts",
31 "test-ci": "./scripts/test-ci.sh",
32 "test-ts-integration": "./scripts/test-ts-integration.sh",
33 "upload-windows-addon": "./scripts/build-and-upload-windows-addon.bat",
34 "upload-windows-addon-gpu": "./scripts/build-and-upload-windows-addon-gpu.bat"
35 },
36 "devDependencies": {
37 "@types/jasmine": "~2.8.6",
38 "@types/node": "^10.5.1",
39 "@types/progress": "^2.0.1",
40 "@types/rimraf": "~2.0.2",
41 "clang-format": "~1.2.2",
42 "jasmine": "~3.1.0",
43 "node-fetch": "^2.3.0",
44 "nyc": "^13.3.0",
45 "tmp": "^0.0.33",
46 "ts-node": "^5.0.1",
47 "tslint": "~5.9.1",
48 "typescript": "3.3.3333",
49 "yalc": "~1.0.0-pre.21"
50 },
51 "dependencies": {
52 "@tensorflow/tfjs": "~1.2.6",
53 "adm-zip": "^0.4.11",
54 "https-proxy-agent": "^2.2.1",
55 "node-pre-gyp": "0.13.0",
56 "progress": "^2.0.0",
57 "rimraf": "^2.6.2",
58 "tar": "^4.4.6"
59 },
60 "binary": {
61 "module_name": "tfjs_binding",
62 "module_path": "./lib/napi-v{napi_build_version}",
63 "host": "https://storage.googleapis.com/tf-builds/pre-built-binary",
64 "remote_path": "./napi-v{napi_build_version}/{version}/",
65 "napi_versions": [
66 3,
67 4
68 ],
69 "package_name": "CPU-darwin-1.2.6.tar.gz"
70 }
71}
\No newline at end of file