Skip to content

Commit ee05cb5

Browse files
committed
v0.0.4
1 parent aed40b8 commit ee05cb5

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

package.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@cloud-annotations/object-detection",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Custom object detection using TensorFlow.js",
5-
"keywords": [],
5+
"jsdelivr": "dist/object-detection.min.js",
6+
"keywords": [
7+
"object detection",
8+
"machine learning",
9+
"bounding boxes"
10+
],
611
"main": "src/index.js",
712
"repository": {
813
"type": "git",
@@ -17,5 +22,17 @@
1722
"dependencies": {
1823
"@tensorflow/tfjs": "1.0.0"
1924
},
20-
"devDependencies": {}
25+
"devDependencies": {
26+
"@babel/core": "^7.6.0",
27+
"@babel/preset-env": "^7.6.0",
28+
"rollup": "^1.21.4",
29+
"rollup-plugin-babel": "^4.3.3",
30+
"rollup-plugin-commonjs": "^10.1.0",
31+
"rollup-plugin-node-resolve": "^5.2.0",
32+
"rollup-plugin-uglify": "^6.0.3"
33+
},
34+
"scripts": {
35+
"build": "rimraf dist",
36+
"deploy": "yarn build && rollup -c && yarn publish"
37+
}
2138
}

0 commit comments

Comments
 (0)