-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "@shanzhai/output-type-script-compiler-options-plugin",
"description": "A Shanzhai plugin which outputs the current TypeScript compiler options to the current working directory.",
"version": "0.0.20",
"engines": {
"node": ">=17.6.0"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"private": false,
"files": [
"**/*.js",
"**/*.d.ts",
"!**/unit.*",
"!test-data"
],
"repository": {
"type": "git",
"url": "https://github.com/jameswilddev/shanzhai"
},
"license": "MIT",
"dependencies": {
"@shanzhai/build-tsconfig-input": "0.0.10",
"@shanzhai/constant-input": "0.0.10",
"@shanzhai/stringify-json-input": "0.0.8",
"@shanzhai/unkeyed-store-get-input": "0.0.6",
"@shanzhai/write-file-step": "0.0.11"
},
"devDependencies": {
"@schemastore/tsconfig": "0.0.9",
"@shanzhai/interfaces": "0.0.26",
"@shanzhai/type-script-compiler-options-store": "0.0.13",
"typescript": "4.6.3"
},
"peerDependencies": {
"@shanzhai/type-script-compiler-options-store": "0.0.13"
},
"types": "index.d.ts",
"shanzhaiPlugin": [
"."
]
}