-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.44 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
54
55
56
{
"name": "buycoins-graphql-sdk",
"version": "1.1.9",
"description": "A simple SDK for buycoins API",
"main": "build/app.js",
"scripts": {
"test": "jest --coverage",
"build": "tsc -d",
"type-check": "tsc --noEmt",
"lint": "eslint . --ext .ts --fix"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/SomtochiAma/buycoins-graphql-sdk.git"
},
"bugs": {
"url": "https://github.com/SomtochiAma/buycoins-graphql-sdk/issues"
},
"homepage": "https://github.com/SomtochiAma/buycoins-graphql-sdk",
"keywords": [
"api",
"sdk",
"graphql",
"js",
"buycoins",
"sendcash"
],
"author": "Somtochi Onyekwere",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"jest": "^26.6.3",
"rollup": "^2.38.4",
"typescript": "^4.1.3"
},
"dependencies": {
"crypto": "^1.0.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"rollup-plugin-typescript2": "^0.29.0"
}
}