33 lines
928 B
JSON
33 lines
928 B
JSON
{
|
|
"name": "identity-api",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"license": "AGPL-3.0-only",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "yarn@4.3.0",
|
|
"dependencies": {
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/type-provider-typebox": "^4.0.0",
|
|
"@sinclair/typebox": "^0.32.34",
|
|
"argon2": "^0.40.3",
|
|
"better-sqlite3": "^11.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"drizzle-orm": "^0.31.2",
|
|
"fastify": "^4.27.0",
|
|
"jose": "^5.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "tsc && node dist/index.js",
|
|
"lint:fix": "eslint . --fix && prettier . --write",
|
|
"lint": "eslint . && prettier . --check"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.5.0",
|
|
"@types/node": "^20.14.9",
|
|
"eslint": "9.x",
|
|
"globals": "^15.5.0",
|
|
"prettier": "3.3.2",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|