|
1 | 1 | { |
2 | | - "name": "@alienfast/tsconfig", |
3 | | - "version": "1.0.6", |
4 | | - "type": "module", |
5 | | - "main": "./node.json", |
6 | | - "exports": { |
7 | | - "./node.json": "./node.json", |
8 | | - "./nodenext.json": "./nodenext.json", |
9 | | - "./react-lib.json": "./react-lib.json", |
10 | | - "./react.json": "./react.json" |
11 | | - }, |
12 | | - "scripts": { |
13 | | - "release": "yarn auto shipit" |
| 2 | + "author": "Kevin Ross <kevin.ross@alienfast.com>", |
| 3 | + "auto": { |
| 4 | + "plugins": [ |
| 5 | + "npm", |
| 6 | + "all-contributors", |
| 7 | + "first-time-contributor", |
| 8 | + "released" |
| 9 | + ] |
14 | 10 | }, |
15 | 11 | "dependencies": { |
16 | 12 | "@tsconfig/create-react-app": "^2.0.5" |
17 | 13 | }, |
| 14 | + "devDependencies": { |
| 15 | + "@alienfast/biome-config": "^1.0.3", |
| 16 | + "@auto-it/all-contributors": "^11.3.0", |
| 17 | + "@auto-it/first-time-contributor": "^11.3.0", |
| 18 | + "@auto-it/released": "^11.3.0", |
| 19 | + "auto": "^11.3.0" |
| 20 | + }, |
18 | 21 | "engines": { |
19 | 22 | "node": ">=16" |
20 | 23 | }, |
| 24 | + "exports": { |
| 25 | + "./node.json": "./node.json", |
| 26 | + "./nodenext.json": "./nodenext.json", |
| 27 | + "./react-lib.json": "./react-lib.json", |
| 28 | + "./react.json": "./react.json" |
| 29 | + }, |
| 30 | + "license": "MIT", |
| 31 | + "main": "./node.json", |
| 32 | + "name": "@alienfast/tsconfig", |
| 33 | + "packageManager": "yarn@4.6.0", |
21 | 34 | "publishConfig": { |
22 | 35 | "registry": "https://npm.pkg.github.com/" |
23 | 36 | }, |
24 | | - "license": "MIT", |
25 | 37 | "repository": "https://github.com/alienfast/tsconfig", |
26 | | - "author": "Kevin Ross <kevin.ross@alienfast.com>", |
27 | | - "devDependencies": { |
28 | | - "@auto-it/all-contributors": "^11.3.0", |
29 | | - "@auto-it/first-time-contributor": "^11.3.0", |
30 | | - "@auto-it/released": "^11.3.0", |
31 | | - "auto": "^11.3.0" |
32 | | - }, |
33 | | - "auto": { |
34 | | - "plugins": [ |
35 | | - "npm", |
36 | | - "all-contributors", |
37 | | - "first-time-contributor", |
38 | | - "released" |
39 | | - ] |
| 38 | + "scripts": { |
| 39 | + "release": "yarn auto shipit" |
40 | 40 | }, |
41 | | - "packageManager": "yarn@4.6.0" |
| 41 | + "type": "module", |
| 42 | + "version": "1.0.6" |
42 | 43 | } |
0 commit comments