-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "@polymarket/conditional-token-examples",
"description": "",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"merge": "ts-node src/merge.ts",
"mint": "ts-node src/mint.ts",
"redeem": "ts-node src/redeem.ts"
},
"files": [
"/dist"
],
"keywords": [
"blockchain",
"ethereum"
],
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@ethersproject/abstract-signer": "^5.0.6",
"@ethersproject/bignumber": "^5.0.8",
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/hash": "5.4.0",
"@ethersproject/providers": "5.4.2",
"@ethersproject/random": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base-typescript-prettier": "^4.1.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"ethers": "^5.4.5",
"husky": "^4.3.0",
"mocha": "^8.1.3",
"prettier": "^2.1.2",
"shelljs": "^0.8.4",
"ts-generator": "^0.1.1",
"ts-node": "^9.1.1",
"typechain": "^4.0.2",
"typescript": "^3.9.7",
"yargs": "^17.0.1"
}
}