-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
31
32
33
34
35
{
"name": "robotonline",
"version": "1.0.0",
"description": "This is Robot Application",
"main": "app.js",
"bin": {
"robotonline": "./app.js"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm version minor & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hariomgola/RobotApplication-node.js.git"
},
"author": "hariom gola <hi@hariomgola.com> (https://hariomgola.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hariomgola/RobotApplication-node.js/issues"
},
"homepage": "https://github.com/hariomgola/RobotApplication-node.js#readme",
"dependencies": {
"chalk": "^4.1.1",
"node-gyp": "^8.1.0",
"python": "0.0.4",
"robotjs": "^0.6.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}