-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 832 Bytes
/
package.json
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
{
"name": "ml-deployment-nodejs",
"version": "1.0.0",
"description": "Create an API from web server using express framework",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"express": "^4.18.0",
"@tensorflow/tfjs-node": "^4.12.0",
"multer": "1.4.5-lts.1",
"fs": "0.0.1-security"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ridhaginanjar/ml-deployment-nodejs.git"
},
"author": "Ridha Ginanjar",
"license": "ISC",
"bugs": {
"url": "https://github.com/ridhaginanjar/ml-deployment-nodejs/issues"
},
"homepage": "https://github.com/ridhaginanjar/ml-deployment-nodejs#readme"
}