-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@shanzhai/es5-type-script-compiler-options-plugin",
"description": "A Shanzhai plugin which loads a set of TypeScript compiler options for ES5.",
"version": "0.0.18",
"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/constant-input": "0.0.10",
"@shanzhai/copy-step": "0.0.8",
"@shanzhai/unkeyed-store-set-output": "0.0.6",
"typescript": "4.6.3"
},
"devDependencies": {
"@shanzhai/interfaces": "0.0.26",
"@shanzhai/type-script-compiler-options-store": "0.0.13"
},
"peerDependencies": {
"@shanzhai/type-script-compiler-options-store": "0.0.13"
},
"types": "index.d.ts",
"shanzhaiPlugin": [
"."
]
}