mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
33 lines
836 B
JSON
33 lines
836 B
JSON
{
|
|
"name": "@penx/libs",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"main": "index.ts",
|
|
"exports": {
|
|
"./tailwind.css": "./src/styles/tailwind.css",
|
|
"./i18n": "./src/i18n.tsx",
|
|
"./getCreationIcon": "./src/getCreationIcon.tsx",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"brl": "barrelsby --delete -d ./src",
|
|
"lint": "eslint . --max-warnings 0",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@penx/typescript-config": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@penx/domain": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/mnemonic": "workspace:*",
|
|
"@penx/api": "workspace:*",
|
|
"@penx/unique-id": "workspace:*",
|
|
"@penx/utils": "workspace:*",
|
|
"@penx/model-type": "workspace:*",
|
|
"@penx/types": "workspace:*"
|
|
}
|
|
}
|