diff options
author | mat <github@matdoes.dev> | 2022-03-19 17:08:17 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-03-19 17:08:17 -0500 |
commit | 8843ccf72f076c26970cad5ce3c878f893ec9d54 (patch) | |
tree | d75392cee553dbd491955ff41dda6dda434545ef /package.json | |
parent | cbc8f1580fce6e9f975e206d079b82acc139dd36 (diff) | |
download | skyblock-api-8843ccf72f076c26970cad5ce3c878f893ec9d54.tar.gz skyblock-api-8843ccf72f076c26970cad5ce3c878f893ec9d54.tar.bz2 skyblock-api-8843ccf72f076c26970cad5ce3c878f893ec9d54.zip |
Include slayer level in response
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 36553af..102759b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "mocha", "compile": "tsc", "watch": "tsc -w", - "start": "npm i --only=prod; node --trace-warnings build/index.js" + "start": "npm i --only=prod && node --trace-warnings build/index.js" }, "engines": { "node": ">=16.0.0" @@ -42,10 +42,8 @@ }, "devDependencies": { "@types/express": "^4.17.13", - "@types/express-rate-limit": "^6.0.0", "@types/lru-cache": "^5.1.1", "@types/mocha": "^9.1.0", - "@types/mongodb": "^4.0.7", "@types/node": "^17.0.21", "dotenv": "^16.0.0", "mocha": "^9.2.1", |