35 lines
695 B
JSON
35 lines
695 B
JSON
{
|
|
"name": "@kevisual/noco",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "bun bun.config.mjs watch",
|
|
"build": " bun bun.config.mjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"nocodb",
|
|
"api",
|
|
"sdk"
|
|
],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.10",
|
|
"@kevisual/use-config": "^1.0.19",
|
|
"@types/node": "^24.2.1",
|
|
"nocodb-sdk": "^0.264.4"
|
|
},
|
|
"exports": {
|
|
".": "./dist/app.js"
|
|
}
|
|
} |