mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
20 lines
397 B
JSON
20 lines
397 B
JSON
|
{
|
||
|
"name": "index-generator",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "main.js",
|
||
|
"dependencies": {
|
||
|
"@types/node": "^10.12.18",
|
||
|
"ipfsearch-index": "^2.5.1",
|
||
|
"pg": "^7.8.0",
|
||
|
"sqlite3": "^4.0.6",
|
||
|
"typescript": "^3.2.2"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|