-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 910 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
27
28
29
30
31
{
"name": "tonapi-sdk-js",
"version": "2.0.3",
"description": "Autogenerated SDK for tonapi.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf src && rm -rf dist && yarn generate && yarn tsc && rm -rf src",
"generate": "swagger-typescript-api -p https://raw.githubusercontent.com/tonkeeper/opentonapi/master/api/openapi.yml --unwrap-response-data --module-name-first-tag --single-http-client -o ./src -n index"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/startfellows/tonapi-sdk-js/issues"
},
"homepage": "https://github.com/startfellows/tonapi-sdk-js#readme",
"repository": "https://github.com/startfellows/tonapi-sdk-js",
"keywords": [
"TON",
"Blockchain",
"API"
],
"author": {
"name": "vlkmx"
},
"devDependencies": {
"swagger-typescript-api": "^13.0.21"
}
}