mirror of
https://github.com/urbanguacamole/torrent-paradise.git
synced 2022-02-03 00:44:15 +03:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "index-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@types/node": "^10.17.60",
|
|
"csv-parse": "^4.16.0",
|
|
"ipfsearch-index": "^2.5.5",
|
|
"typescript": "^3.9.10"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|