-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackageNoExports.json
More file actions
32 lines (32 loc) · 861 Bytes
/
Copy pathpackageNoExports.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"license": "MIT",
"type": "module",
"name": "onnxruntime-common",
"version": "1.23.2",
"repository": {
"url": "https://github.com/Microsoft/onnxruntime.git",
"type": "git"
},
"author": "fs-eire",
"scripts": {
"build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir ./dist/cjs",
"build:esm": "tsc",
"build:bundles": "webpack",
"build": "node ./build.js",
"prepare": "npm run build",
"pretest": "tsc --build ./test",
"test": "mocha \"./test/**/*.js\" --timeout 30000",
"test:f16": "mocha -n js-float16array \"./test/**/*.js\" --timeout 30000"
},
"devDependencies": {
"typedoc": "^0.28.16",
"extensionless": "2.0.6"
},
"main": "dist/cjs/index.js",
"keywords": [
"ONNX",
"ONNXRuntime",
"ONNX Runtime"
],
"description": "ONNXRuntime JavaScript API library"
}