forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 797 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
{
"name": "sfpowerscripts",
"private": true,
"license": "MIT",
"scripts": {
"format": "npx prettier --write ."
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@types/async-retry": "^1.4.2",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^5.2.7",
"@types/node": "^10",
"@types/q": "^1.5.2",
"@types/xml2js": "^0.4.5",
"lerna": "5.5.2",
"lerna-update-wizard": "^1.1.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"semver": "7.3.6",
"ts-loader": "~9.4.2",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^4.0.2"
},
"dependencies": {
"neverthrow": "^4.2.1"
}
}