{ "name": "@alga-psa/licensing", "version": "0.1.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts", "require": "./src/index.ts" }, "./actions": { "types": "./src/actions/index.ts", "import": "./src/actions/index.ts", "require": "./src/actions/index.ts" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/types": "*", "@alga-psa/validation": "*", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.8", "tsup": "^8.0.0", "typescript": "^5.4.0" } }