29 lines
704 B
JSON
29 lines
704 B
JSON
{
|
|
"name": "pla-den-tor",
|
|
"version": "0.0.1",
|
|
"description": "private file hosting on TOR",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"compile": "tsc -p .",
|
|
"build": "node build.js",
|
|
"host": "node host.js",
|
|
"start": "npm run compile && npm run build && npm run host"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jetstream0/pla-den-tor.git"
|
|
},
|
|
"author": "jetstream0/prussia",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jetstream0/pla-den-tor/issues"
|
|
},
|
|
"homepage": "https://github.com/jetstream0/pla-den-tor#readme",
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.4.5"
|
|
}
|
|
}
|