-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 854 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 854 Bytes
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
{
"name": "shift-sdk-v4",
"version": "1.0.76",
"description": "Shift SDK v4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest",
"gen-types": "npx no-brainer-sdk@latest https://vakotrade.cryptosrvc-dev.com/graphql ./src/index.ts"
},
"keywords": [],
"author": "Pawel-Kica",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.1.0",
"@types/node": "^10.1.4",
"babel-jest": "^29.1.0",
"jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"files": [
"dist"
],
"dependencies": {
"graphql-request": "^6.1.0",
"no-brainer-sdk": "^1.0.11"
},
"repository": {
"type": "git"
}
}