-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "anime-themes",
"version": "4.0.1",
"description": "A wrapper for interacting around https://themes.moe",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
"prepublishOnly": "tsc"
},
"keywords": [
"themes",
"moe",
"anime"
],
"author": "Nitrous",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai-arrays": "^1.0.3",
"@types/mocha": "^5.2.7",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"chai": "^4.2.0",
"chai-arrays": "^2.0.0",
"eslint": "^6.8.0",
"mocha": "^7.2.0",
"nock": "^11.7.2",
"nyc": "^15.0.0",
"ts-node": "^8.6.1",
"tslint-to-eslint-config": "^0.5.1",
"typescript": "^3.7.4"
}
}