-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 962 Bytes
/
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
{
"name": "pirex-gmx",
"version": "1.0.0",
"description": "GMX derivatives",
"contributors": [
{
"name": "kp",
"email": "kpcrypto69@gmail.com",
"url": "https://twitter.com/ppmoon69"
},
{
"name": "drahrealm",
"email": "366129+drahrealm@users.noreply.github.com"
}
],
"scripts": {
"lint-sol": "solhint \"src/**/*.sol\"",
"lint": "npm run lint-sol",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redacted-cartel/pirex-gmx.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/redacted-cartel/pirex-gmx/issues"
},
"homepage": "https://github.com/redacted-cartel/pirex-gmx#readme",
"devDependencies": {
"eslint": "^8.9.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"prettier-plugin-solidity": "^1.0.0-beta.19"
},
"dependencies": {
"solhint": "^3.3.7"
}
}