Files
penx/packages/api/package.json
2025-06-06 00:33:47 +08:00

27 lines
596 B
JSON

{
"name": "@penx/api",
"version": "0.0.1",
"private": true,
"type": "module",
"module": "index.ts",
"main": "index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"brl": "barrelsby --delete -d ./src",
"lint": "eslint . --max-warnings 0",
"check-types": "tsc --noEmit"
},
"devDependencies": {
"@penx/typescript-config": "workspace:*"
},
"dependencies": {
"@penx/constants": "workspace:*",
"@penx/unique-id": "workspace:*",
"@penx/utils": "workspace:*",
"@penx/model-type": "workspace:*",
"@penx/types": "workspace:*"
}
}