-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "anpl-sdk",
"version": "0.1.0",
"description": "A set of scripts and tools for Teller BNPL ",
"main": "dist/index.js",
"scripts": {
"task": "yarn ts-node tasks/index",
"build": "tsc && cp -r abi dist/",
"test": "NODE_ENV=test ts-mocha 'test/**/*.spec.ts' --timeout 10000",
"prepare": "husky install"
},
"author": "",
"license": "MIT",
"dependencies": {
"@clarity-credit/anpl-sdk": "^0.3.5",
"@types/node-fetch": "^2.6.1",
"alchemy-sdk": "^2.0.5-rc1",
"argv": "^0.0.2",
"axios": "^1.2.3",
"dotenv": "^16.0.1",
"moment": "^2.29.3",
"opensea-js": "^3.0.4",
"ts-mocha": "^10.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/node": "^17.0.35",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.6",
"husky": "^8.0.1",
"lodash": "^4.17.21"
}
}