27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"name": "lib-template",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"watch": "tsup --watch",
|
|
"dev": "tsup --watch",
|
|
"dev:lib": "pnpm run dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.11.13",
|
|
"@types/node": "^22.13.14",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|