a61c06433e
-Bumped version on daemon to 0.1.1
30 lines
789 B
JSON
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"
|
|
}
|
|
}
|