forked from SmartThingsCommunity/smartthings-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 681 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 681 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
{
"name": "root",
"private": true,
"dependencies": {
"@oclif/command": "^1.5.19",
"@oclif/config": "^1.15.1",
"js-yaml": "^3.13.1",
"log4js": "^6.2.0",
"tslib": "^1.11.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@types/jest": "^25.2.1",
"@types/js-yaml": "^3.12.3",
"@types/node": "^12.12.35",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.1",
"jest": "^25.3.0",
"lerna": "^3.20.2",
"ts-jest": "^25.3.1",
"ts-node": "^8.8.2",
"typescript": "^3.9.3"
}
}