48 строки
1013 B
JSON
48 строки
1013 B
JSON
{
|
|
"name": "@microsoft/customvision-tfjs",
|
|
"version": "1.1.0",
|
|
"description": "Library for Tensorflow.js models exported from customvision.ai",
|
|
"main": "lib/index.js",
|
|
"unpkg": "lib/index.umd.js",
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib && rollup -c"
|
|
},
|
|
"files": [
|
|
"lib/index.js",
|
|
"lib/index.umd.js"
|
|
],
|
|
"babel": {
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": [
|
|
">0.1%"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.6.4",
|
|
"@babel/core": "^7.6.4",
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"mocha": "^6.2.2",
|
|
"rollup": "^1.26.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.6.3",
|
|
"@tensorflow/tfjs": "^2.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/customvision-tfjs.git"
|
|
}
|
|
}
|