-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
53 lines (53 loc) · 1.15 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "scryfall-sdk",
"version": "5.0.2",
"main": "./out/Scry.js",
"types": "./out/Scry.d.ts",
"description": "A Node.js SDK for https://scryfall.com/docs/api written in Typescript.",
"keywords": [
"magic",
"magic the gathering",
"magic-the-gathering",
"gathering",
"api",
"mtgsdk",
"typescript",
"card",
"cards",
"scryfall",
"scry"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ChiriVulpes/scryfall-sdk"
},
"devDependencies": {
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.4.10",
"@types/gulp": "4.0.10",
"@types/gulp-mocha": "0.0.33",
"@types/node": "^18",
"@types/request-promise": "4.1.48",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"chalk": "4.1.0",
"del": "6.1.1",
"eslint": "8.33.0",
"even-more-min": "1.0.1",
"fuzzysort": "2.0.4",
"gulp": "4.0.2",
"gulp-mocha": "8.0.0",
"mocha": "10.2.0",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"axios": "1.3.3"
},
"scripts": {
"build": "npx gulp build",
"watch": "npx gulp watch"
}
}