-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
35
36
37
38
39
40
41
42
{
"name": "@tronsocket/types",
"version": "0.2.0",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"src",
"README.md",
"!tsconfig.tsbuildinfo"
],
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint ./src --fix"
},
"keywords": [
"web3",
"crypto",
"blockchain",
"tronsocket"
],
"author": "TronSocket",
"license": "MIT",
"homepage": "https://github.com/TronSocket/types",
"repository": {
"type": "git",
"url": "git+https://github.com/TronSocket/types.git"
},
"bugs": {
"url": "https://github.com/TronSocket/types/issues"
},
"dependencies": {
"@eslint/js": "^9.11.1",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
}
}