59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "@kevisual/use-config",
|
|
"version": "1.0.18",
|
|
"types": "dist/config.d.ts",
|
|
"scripts": {
|
|
"build": "npm run clean && tsup",
|
|
"watch": "tsup --watch",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"config"
|
|
],
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "UNLICENSED",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.30",
|
|
"dotenv": "^16.5.0",
|
|
"fast-glob": "^3.3.3",
|
|
"json-schema-to-ts": "^3.1.1",
|
|
"json5": "^2.2.3",
|
|
"tsup": "^8.5.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/env.mjs",
|
|
"types": "./dist/env.d.ts"
|
|
},
|
|
"./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": {
|
|
"dotenv": "^16.4.7"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/load": "^0.0.6"
|
|
}
|
|
} |