35 lines
755 B
JSON
35 lines
755 B
JSON
{
|
|
"name": "@kevisual/context",
|
|
"version": "0.0.4",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "bun src/dev.ts --watch",
|
|
"build": "bun bun.config.mjs",
|
|
"publish": "ev npm publish npm -p"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/app.js",
|
|
"types": "./dist/app.d.ts"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/load": "^0.0.6",
|
|
"@kevisual/types": "^0.0.10",
|
|
"@kevisual/use-config": "^1.0.19",
|
|
"@types/node": "^24.2.1"
|
|
}
|
|
} |