-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "@show-karma/karma-gap-sdk",
"publishConfig": {
"access": "public"
},
"version": "0.4.01",
"description": "Simple and easy interface between EAS and Karma GAP.",
"main": "./index.js",
"author": "KarmaHQ",
"license": "MIT",
"private": false,
"repository": {
"url": "https://github.com/show-karma/karma-gap-sdk",
"type": "git"
},
"scripts": {
"deploy": "npx ts-node ./core/scripts/deploy.ts",
"csv-upload": "npx ts-node ./csv-upload/scripts/run.ts",
"publish-npm": "npm version patch && tsc && cd .dist && npm publish --scope=@show-karma/karma-gap-sdk --access public"
},
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.63",
"@ethereum-attestation-service/eas-sdk": "1.4.2",
"@gelatonetwork/relay-sdk": "^5.2.0",
"@types/sha256": "^0.2.0",
"axios": "^1.4.0",
"ethers": "6.11.0",
"sha256": "^0.2.0",
"simple-ts-job-runner": "^1.0.12"
},
"devDependencies": {
"@types/node": "^20.5.0",
"eslint": "^8.47.0",
"fast-csv": "^4.3.6",
"husky": "^8.0.3",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
}
}