-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "@freeton-wallet/wallet.platform.web",
"version": "0.0.0",
"description": "This is UMD facade library over https://www.npmjs.com/package/ton-client-web-js to be used inside Dart Web/Flutter Web applications. See more https://www.freeton-wallet.org/",
"main": "src/index.js",
"scripts": {
"build": "npm run build-release && npm run build-devel",
"build-release": "webpack --config webpack.config.js",
"build-devel": "webpack --config webpack.config-devel.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/freeton-wallet/wallet.platform.web.git"
},
"author": "Free TON Wallet Team",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.14.41",
"@types/webpack": "^5.28.0",
"copy-webpack-plugin": "^8.1.1",
"ts-loader": "^9.1.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"buffer": "^6.0.3",
"ton-client-web-js": "^0.28.0"
}
}