chaldea
Version:
Funny servant collection and make them as Roleplaying.
45 lines (44 loc) • 1 kB
JSON
{
"name": "chaldea",
"version": "0.0.4",
"description": "Funny servant collection and make them as Roleplaying.",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "node lib/index.js",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinkaroid/chaldea.git"
},
"keywords": [
"wrapper",
"fgo",
"discord",
"fun",
"roleplay"
],
"author": "sinkaroid",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinkaroid/chaldea/issues"
},
"homepage": "https://github.com/sinkaroid/chaldea#readme",
"dependencies": {
"node-fetch": "^2.6.0",
"query-string": "^6.12.1",
"wumpfetch": "^0.3.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"prettier": "^2.0.5",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
}
}