{ "name": "@penx/model-type", "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/constants": "workspace:*", "@penx/types": "workspace:*", "@penx/encryption": "workspace:*", "@penx/unique-id": "workspace:*" } }