-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.31 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bochi",
"version": "5.1.0",
"description": "tsconfig.json base configs",
"keywords": [
"tsconfig",
"tsconfig-base",
"tsconfig.json",
"typescript-config"
],
"homepage": "https://github.com/xn-sakina/bochi#README",
"repository": {
"type": "git",
"url": "https://github.com/xn-sakina/bochi"
},
"author": "fz6m",
"files": [
"lib.json",
"lib-react.json",
"lib-native-esm.json",
"project.json",
"prettier.js",
"biome.json"
],
"exports": {
"./package.json": "./package.json",
"./lib": {
"default": "./lib.json"
},
"./lib-native-esm": {
"default": "./lib-native-esm.json"
},
"./lib-react": {
"default": "./lib-react.json"
},
"./project": {
"default": "./project.json"
},
"./prettier": {
"default": "./prettier.js"
},
"./biome": {
"default": "./biome.json"
}
},
"scripts": {
"prepare": "husky install",
"push": "npm publish --registry=https://registry.npmjs.com/"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@types/node": "^18.19.50",
"commit-verify": "^1.1.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"typescript": "5.6.2"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"packageManager": "[email protected]"
}