-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 1.1 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
33
34
{
"name": "everscale-standalone-client",
"version": "2.1.27",
"repository": "https://github.com/broxus/everscale-standalone-client",
"scripts": {
"build": "tsc",
"publish": "cp package.json dist/package.json && cp README.md dist/README.md && cp LICENSE dist/LICENSE && cd dist && npm publish",
"preview": "npm run build && cp package.json dist/package.json && cp README.md dist/README.md && cp LICENSE dist/LICENSE",
"lint": "npx eslint ."
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@types/events": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@broxus/await-semaphore": "^0.1.5",
"bignumber.js": "^9.1.0",
"events": "^3.3.0",
"everscale-inpage-provider": "^0.3.64",
"fast-safe-stringify": "^2.1.1",
"nekoton-wasm": "^1.3.2",
"node-fetch": "^2.6.7"
},
"types": "index.d.ts",
"main": "index_main.js",
"browser": "index.js"
}