-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 945 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": "@alienfast/tsconfig",
"version": "1.0.1",
"type": "module",
"main": "./node.json",
"exports": {
"./node.json": "./node.json",
"./react-lib.json": "./react-lib.json",
"./react.json": "./react.json"
},
"scripts": {
"release": "yarn auto shipit"
},
"dependencies": {
"@tsconfig/create-react-app": "^1.0.3"
},
"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": "^10.46.0",
"@auto-it/first-time-contributor": "^10.46.0",
"@auto-it/released": "^10.46.0",
"auto": "^10.46.0"
},
"auto": {
"plugins": [
"npm",
"all-contributors",
"first-time-contributor",
"released"
]
},
"packageManager": "yarn@3.5.0"
}