Files
stats/self-hosting/package.json

23 lines
429 B
JSON

{
"name": "@openpanel/self-hosting",
"version": "1.0.0",
"description": "",
"scripts": {
"quiz": "jiti quiz.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"bcrypt": "^5.1.1",
"inquirer": "^9.3.1",
"jiti": "^1.21.6",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2"
}
}