mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +00:00
19 lines
326 B
JSON
19 lines
326 B
JSON
{
|
|
"name": "@biscuitland/api-types",
|
|
"version": "1.0.0",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist && rm -rf .turbo",
|
|
"dev": "tsup --watch"
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^6.1.3"
|
|
}
|
|
}
|