-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 893 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 893 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
{
"name": "tonapi-sdk-js",
"version": "2.0.25",
"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": "vlkmx",
"devDependencies": {
"swagger-typescript-api": "^13.0.21"
}
}