-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 Bytes
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
36
{
"name": "empty",
"version": "1.0.0",
"description": "",
"main": "src/empty.ts",
"scripts": {
"build": "webpack --display_modules",
"debug": "nodemon --config nodemon.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/gapaus/bary_plugin_empty.git"
},
"dependencies": {
"async-mutex": "^0.5.0",
"moment": "^2.27.0",
"node-eta": "^0.9.0",
"node-ipc": "^9.1.1",
"uuid": "^8.3.2",
"winston": "^3.17.0",
"winston-syslog": "^2.7.1",
"winston-transport": "^4.9.0"
},
"devDependencies": {
"@types/node": "^14.14.34",
"ts-loader": "^8.0.14",
"ts-node": "^10.3.0",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.2.3"
},
"author": "gapaus",
"license": "ISC",
"homepage": "https://bary.io"
}