forked from ChiriVulpes/scryfall-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
{
"name": "scryfall-sdk",
"version": "1.6.4",
"dependencies": {
"axios": "^0.19.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",
"gathering",
"api",
"mtgsdk",
"typescript",
"card",
"cards",
"scryfall",
"scry"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yuudaari/scryfall-sdk"
},
"devDependencies": {
"@types/chai": "4.2.9",
"@types/chai-as-promised": "7.1.2",
"@types/del": "4.0.0",
"@types/gulp": "4.0.6",
"@types/gulp-mocha": "0.0.32",
"@types/gulp-plumber": "0.0.32",
"@types/merge2": "1.3.0",
"@types/node": "13.7.7",
"@types/request-promise": "4.1.45",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"del": "5.1.0",
"even-more-min": "1.0.1",
"gulp": "^4.0.2",
"gulp-mocha": "7.0.2",
"gulp-plumber": "1.2.1",
"gulp-typescript": "5.0.1",
"merge2": "1.3.0",
"mocha": "^7.1.2",
"ts-node": "8.6.2",
"typescript": "3.8.3"
}
}