Files

24 lines
554 B
JSON
Raw Permalink Normal View History

{
"name": "@the-order/verifier-sdk",
"version": "0.1.0",
"private": true,
"description": "DSB Verifier SDK for verifying eResidency and eCitizenship credentials",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint src --ext .ts",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@the-order/schemas": "workspace:*",
"@the-order/auth": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.3.3"
}
}