onnx-proto
Version:
Onnx Protobuf definition for JavaScript
38 lines (37 loc) • 933 B
JSON
{
"name": "onnx-proto",
"version": "8.0.1",
"description": "Onnx Protobuf definition for JavaScript",
"main": "dist/onnx.js",
"types": "dist/onnx.d.ts",
"unpkg": "dist/onnx.min.js",
"config": {
"onnx_tag": "v1.10.2"
},
"scripts": {
"build": "sh scripts/import.sh $npm_package_config_onnx_tag",
"test:unit": "jest --testPathPattern=tests/unit",
"test:package": "npm pack && npm install *.tgz --no-save && jest --testPathPattern=tests/package",
"publish-npm": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaosmail/onnx-proto.git"
},
"keywords": [
"onnx",
"protobuf"
],
"author": "Christoph Koerner",
"license": "MIT",
"dependencies": {
"protobufjs": "^6.11.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}