-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 855 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
{
"name": "telegenic",
"version": "1.0.0",
"description": "Serverless compute tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"author": "Mike Griffin",
"license": "MIT",
"dependencies": {
"eslint-plugin-node": "^11.1.0",
"express": "^4.18.3",
"multer": "^1.4.5-lts.1",
"net": "^1.0.2",
"promise-socket": "^7.0.0",
"stream": "^0.0.2",
"tar": "^6.2.0",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"zlib": "^1.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"globals": "^15.0.0"
}
}