mirror of
https://github.com/penxio/penx.git
synced 2026-01-12 23:18:09 -05:00
26 lines
557 B
JSON
26 lines
557 B
JSON
{
|
|
"name": "@penx/contexts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"main": "index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
"./*": "./src/*.tsx"
|
|
},
|
|
"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/model-type": "workspace:*",
|
|
"@penx/types": "workspace:*"
|
|
}
|
|
}
|