2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
torrent-paradise/index-generator/package.json

20 lines
397 B
JSON
Raw Normal View History

2019-01-13 14:10:54 +00:00
{
"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"
}