-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@cspotcode/personal-monorepo",
"private": true,
"workspaces": {
"packages": [
"packages/!(__template__)"
],
"nohoist": [
"*/ts-node",
"github-sdk/@graphql-codegen/*"
]
},
"version": "0.0.0-does-not-matter",
"license": "MIT",
"scripts": {
"fixup": "./scripts/root-scripts.sh",
"new-package": "./scripts/root-scripts.sh",
"focus": "./scripts/root-scripts.sh",
"package-command": "./scripts/root-scripts.sh",
"shell": "./scripts/root-scripts.sh",
"g:shell": "./scripts/root-scripts.sh",
"exit": "./scripts/root-scripts.sh",
"lerna": "./scripts/root-scripts.sh",
"dump-env": "./scripts/root-scripts.sh",
"preinstall": "./scripts/root-scripts.sh",
"focus-add": "./scripts/root-scripts.sh",
"focus-rm": "./scripts/root-scripts.sh"
},
"devDependencies": {
"@microsoft/api-documenter": "7.7.18",
"@microsoft/api-extractor": "7.7.13",
"@types/expect": "^1.20.4",
"@types/glob": "^7.1.1",
"@types/inquirer": "^6.0.3",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.119",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/xregexp": "^3.0.29",
"@typescript-eslint/eslint-plugin": "^1.4.0",
"@typescript-eslint/parser": "^1.4.0",
"@yarnpkg/pnpify": "^2.1.0",
"comprehensive-npmignore": "^0.0.1",
"cross-spawn": "^6.0.5",
"dgeni": "^0.4.11",
"dgeni-markdown": "^0.0.5",
"dgeni-packages": "^0.27.1",
"dts-gen": "^0.5.7",
"eslint": "^5.14.1",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"expect": "^24.1.0",
"glob": "^7.1.3",
"json5": "^2.1.0",
"lerna": "^3.10.7",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"mocha": "^6.0.0-1",
"np": "^6.2.0",
"outdent": "^0.7.0",
"plop": "^2.7.4",
"ts-node": "8.7.0",
"tslib": "^1.10.0",
"tslint": "^5.12.1",
"typescript": "^4.0.5",
"typescript-json-schema": "^0.36.0",
"xregexp": "^4.2.0"
},
"_installConfig": {
"pnp": true
}
}