mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 06:58:23 -05:00
27 lines
586 B
JSON
27 lines
586 B
JSON
{
|
|
"name": "@penx/session",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"main": "index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings 0",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@penx/typescript-config": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@penx/api": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/local-db": "workspace:*",
|
|
"@penx/types": "workspace:*",
|
|
"@penx/query-client": "workspace:*"
|
|
}
|
|
}
|