mirror of
https://github.com/penxio/penx.git
synced 2026-01-11 22:48:10 -05:00
27 lines
596 B
JSON
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:*"
|
|
}
|
|
}
|