mirror of
https://github.com/penxio/penx.git
synced 2026-01-13 07:27:57 -05:00
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "@penx/encryption",
|
|
"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": {}
|
|
}
|