forked from broxus/everscale-inpage-provider
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 948 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 948 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
30
31
32
{
"name": "everscale-inpage-provider",
"version": "0.6.6",
"description": "Web3-like interface to the Everscale blockchain",
"repository": "https://github.com/broxus/everscale-inpage-provider",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:vanilla": "rollup --config rollup.config.ts --configPlugin typescript",
"build:docs": "typedoc",
"lint": "npx eslint ."
},
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"rollup": "^4.57.1",
"typedoc": "^0.28.17",
"typedoc-plugin-missing-exports": "^4.1.2",
"typescript": "^5.0.0"
},
"files": [
"/dist"
]
}