File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments