update
This commit is contained in:
28
package.json
28
package.json
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "@kevisual/use-config",
|
||||
"version": "1.0.21",
|
||||
"version": "1.0.22",
|
||||
"types": "dist/config.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm run clean && tsup",
|
||||
"build": "npm run clean && code-builder build --dts",
|
||||
"watch": "tsup --watch",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
@@ -12,8 +12,7 @@
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"config"
|
||||
"src"
|
||||
],
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||
@@ -21,13 +20,8 @@
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@kevisual/context": "^0.0.4",
|
||||
"@types/node": "^24.10.1",
|
||||
"dotenv": "^17.2.3",
|
||||
"fast-glob": "^3.3.3",
|
||||
"json-schema-to-ts": "^3.1.1",
|
||||
"json5": "^2.2.3",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
"@types/node": "^25.0.6",
|
||||
"dotenv": "^17.2.3"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
@@ -37,18 +31,6 @@
|
||||
"./env": {
|
||||
"import": "./dist/env.mjs",
|
||||
"types": "./dist/env.d.ts"
|
||||
},
|
||||
"./pkgs": {
|
||||
"import": "./dist/pkgs.mjs",
|
||||
"types": "./dist/pkgs.d.ts"
|
||||
},
|
||||
"./context": {
|
||||
"import": "./dist/context.mjs",
|
||||
"types": "./dist/context.d.ts"
|
||||
},
|
||||
"./file-store": {
|
||||
"import": "./dist/file-store.mjs",
|
||||
"types": "./dist/file-store.d.ts"
|
||||
}
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user