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