Files
penx/packages/model-type/package.json
2025-04-30 20:27:49 +08:00

28 lines
623 B
JSON

{
"name": "@penx/model-type",
"version": "0.0.0",
"private": true,
"type": "module",
"module": "index.ts",
"main": "index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.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/types": "workspace:*",
"@penx/encryption": "workspace:*",
"@penx/unique-id": "workspace:*"
}
}