-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 910 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 910 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
{
"name": "@skill-wallet/sw-abi-types",
"version": "0.0.49",
"description": "Aut contract functions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && npm run generate-dirs && node ./dist/generator.js && tsc",
"generate-dirs": "node ./dist/gen-provider-dirs.js"
},
"dependencies": {
"@types/prettier": "^2.4.1",
"ethers": "^5.6.1",
"json-schema-to-typescript": "9.0.0",
"typescript": "3.8.3"
},
"author": "SkillWallet",
"license": "ISC",
"devDependencies": {
"@types/node": "^13.13.52",
"fs": "0.0.1-security",
"tslint": "^6.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkillWallet/abi-types.git"
},
"bugs": {
"url": "https://github.com/SkillWallet/abi-types/issues"
},
"homepage": "https://github.com/SkillWallet/abi-types#readme"
}