-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "gnosis-neon-safe-modules-deployments",
"version": "1.1.3",
"description": "Collection of Safe Modules singleton deployments",
"homepage": "https://github.com/Sj-001/neon-safe-modules-deployments",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src",
"test",
"build"
],
"scripts": {
"build": "yarn rimraf dist && tsc",
"lint": "eslint --max-warnings 0 .",
"prepack": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sj-001/neon-safe-modules-deployments.git"
},
"keywords": [
"Ethereum",
"Wallet",
"Safe"
],
"author": "[email protected]",
"bugs": {
"url": "https://github.com/Sj-001/neon-safe-modules-deployments/issues"
},
"devDependencies": {
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.2.4"
}
}