-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 943 Bytes
/
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
{
"name": "@yozh-io/1inch-widget-api-client",
"version": "2.1.0",
"description": "",
"main": "./client/index.js",
"typings": "./client/index.d.ts",
"publishConfig": {
"@yozh-io:registry": "https://npm.pkg.github.com"
},
"scripts": {
"codegen": "rm -rf client/networks/${network} && npx openapi-generator-cli generate -i https://api.1inch.io/swagger/ethereum-json -g typescript-fetch -o client/network/${network} -c config.json && cd client/network/${network} && npm i && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "git://github.com/yozh-io/1inch-widget-api-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yozh-io/1inch-widget-api-client/issues"
},
"homepage": "https://github.com/yozh-io/1inch-widget-api-client#readme",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.1"
}
}