-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 983 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
42
{
"name": "@alienfast/tsconfig",
"version": "1.0.4",
"type": "module",
"main": "./node.json",
"exports": {
"./node.json": "./node.json",
"./nodenext.json": "./nodenext.json",
"./react-lib.json": "./react-lib.json",
"./react.json": "./react.json"
},
"scripts": {
"release": "yarn auto shipit"
},
"dependencies": {
"@tsconfig/create-react-app": "^2.0.5"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"license": "MIT",
"repository": "https://github.com/alienfast/tsconfig",
"author": "Kevin Ross <kevin.ross@alienfast.com>",
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@auto-it/released": "^11.3.0",
"auto": "^11.3.0"
},
"auto": {
"plugins": [
"npm",
"all-contributors",
"first-time-contributor",
"released"
]
},
"packageManager": "yarn@4.6.0"
}