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
31 lines (31 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"name": "root",
"private": true,
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@types/jest": "^26.0.14",
"@types/js-yaml": "^3.12.3",
"@types/node": "^12.12.67",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.14.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.5.2",
"jest-extended": "^0.11.5",
"lerna": "^3.20.2",
"release-it": "^14.2.0",
"ts-jest": "^26.4.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna run clean",
"compile": "lerna run compile",
"lint": "lerna run lint",
"test": "lerna run test",
"publish": "lerna publish"
}
}