-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
45
46
{
"name": "secgroup-tools",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"bin": "lib/cli.js",
"scripts": {
"build": "babel src -d lib -x .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@hapi/joi": "17.1.1",
"@types/joi": "^17.2.3",
"@types/node": "^16.11.10",
"@types/ramda": "^0.27.53",
"commander": "^8.3.0",
"console-grid": "^1.0.17",
"cosmiconfig": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"joi": "^17.4.2",
"joi-extract-type": "^15.0.8",
"prettier": "^2.5.0",
"ramda": "^0.27.1",
"stun": "^2.1.0",
"tencentcloud-sdk-nodejs": "^4.0.240",
"ts-node": "^10.7.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3"
}
}