-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "node-hiprint-transit",
"version": "0.0.4",
"description": "A nodejs server for hiprint transit",
"main": "index.js",
"type": "module",
"scripts": {
"init": "npm install && node ./src/init.js",
"serve": "node ./index.js",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xavier9896/node-hiprint-transit.git"
},
"keywords": [
"hiprint",
"transit",
"node"
],
"author": "xavier",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xavier9896/node-hiprint-transit/issues"
},
"homepage": "https://github.com/Xavier9896/node-hiprint-transit#readme",
"dependencies": {
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"i18n": "^0.15.1",
"inquirer": "^9.2.11",
"node-forge": "^1.3.1",
"punycode": "^2.3.0",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0"
}
}