19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "nhentai",
|
|
"version": "1.0.0",
|
|
"description": ".",
|
|
"scripts": {
|
|
"start": "node out/index.js",
|
|
"watch": "tsc --watch",
|
|
"build": "tsc --build tsconfig.json"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/dotenv": "^6.1.0",
|
|
"@types/node": "^11.11.0",
|
|
"dotenv": "^6.2.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|