Files
crowetic a61c06433e -Added version to overall package.json
-Bumped version on daemon to 0.1.1
2026-02-03 19:51:13 -08:00

30 lines
789 B
JSON

{
"name": "@qortal/auth-daemon",
"version": "0.1.1",
"private": true,
"description": "Local daemon for Qortal external auth",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "echo \"[auth-daemon] build\" && node ../../node_modules/typescript/bin/tsc -p tsconfig.build.json",
"dev": "tsx src/index.ts",
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^8.5.0",
"@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^1.9.0",
"@qortal/auth-core": "file:../auth-core",
"dotenv": "^16.4.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"build": "^0.1.4",
"fastify": "^4.26.2",
"npm": "^11.8.0",
"run": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20.19.31"
}
}