-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 824 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 824 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
37
{
"name": "maya-sdk",
"version": "1.0.105",
"description": "Simple sdk for maya",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "jest"
},
"keywords": [],
"author": "",
"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": "^18.0.1",
"babel-jest": "^29.1.0",
"dotenv": "^16.0.3",
"jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"dependencies": {
"graphql": "^16.5.0",
"graphql-request": "^4.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PawelK-DevBrother/maya-sdk"
}
}