mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
29 lines
649 B
JSON
29 lines
649 B
JSON
{
|
|
"name": "@penx/services",
|
|
"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/api": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/utils": "workspace:*",
|
|
"@penx/model-type": "workspace:*",
|
|
"@penx/types": "workspace:*"
|
|
}
|
|
}
|