-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
43
44
45
46
{
"name": "metamask-detector",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gd-cho/metamask-detetor.git"
},
"keywords": [
"ethereum",
"web3",
"provider",
"metamask"
],
"author": "gdcho",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/gd-cho/metamask-detetor/issues"
},
"homepage": "https://github.com/gd-cho/metamask-detetor#readme",
"devDependencies": {
"@lavamoat/allow-scripts": "^2.0.3",
"@metamask/eslint-config": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"typescript": "^4.7.4"
},
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false
}
}
}