forked from boostercloud/booster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.68 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
47
48
49
50
51
52
{
"name": "root",
"version": "0.0.7",
"author": "Booster Cloud",
"homepage": "https://booster.cloud",
"bugs": "https://github.com/boostercloud/booster/issues",
"private": true,
"scripts": {
"build": "lerna run compile",
"clean-compile": "lerna run clean && lerna clean --yes && lerna bootstrap && lerna run compile",
"update-tocs": "npm run update-documentation-toc && npm run update-contributing-toc",
"update-documentation-toc": "markdown-toc -i --maxdepth 4 docs/README.md",
"update-contributing-toc": "markdown-toc -i --bullets=- --maxdepth 4 CONTRIBUTING.md"
},
"devDependencies": {
"@boostercloud/framework-provider-local": "file:packages/framework-provider-local",
"@octokit/rest": "18.5.3",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "8.2.2",
"@types/node": "16.11.7",
"@types/sinon": "10.0.0",
"@types/sinon-chai": "3.2.5",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"cross-env": "7.0.3",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"lerna": "4.0.0",
"lint-staged": "11.0.0",
"markdown-toc": "1.2.0",
"mocha": "8.4.0",
"nyc": "15.1.0",
"prettier": "2.3.0",
"rimraf": "3.0.2",
"ts-node": "10.8.1",
"typescript": "4.7.4",
"yargs": "17.0.1",
"has-tostringtag": "^1.0.0"
},
"license": "Apache-2.0",
"lint-staged": {
"*.{js,ts,md}": "prettier --single-quote --write",
"**/*.{ts,md}": "prettier --single-quote --write"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.0"
}
}