-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.29 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
47
48
49
50
51
52
53
54
{
"name": "lhd-config",
"version": "0.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ApeSwapFinance/lhd-config.git"
},
"license": "MIT",
"module": "dist/lhd-config.esm.js",
"scripts": {
"configure": "ts-node ./src/index.ts",
"prepare": "husky install",
"postinstall": "husky install"
},
"dependencies": {
"path": "^0.12.7",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"husky": "^8.0.3",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.0",
"run-func": "^3.0.0",
"ts-jest": "^28.0.7",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"description": "A repo for managing the liquidity health dashboard config",
"bugs": {
"url": "https://github.com/ApeSwapFinance/lhd-config/issues"
},
"homepage": "https://github.com/ApeSwapFinance/lhd-config#readme",
"directories": {
"test": "test"
},
"keywords": [],
"author": ""
}