-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.8 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
55
56
57
58
59
60
61
62
{
"name": "@ape.swap/apeswap-lists",
"version": "3.70.1",
"publishConfig": {
"access": "public"
},
"main": "lib/types/index.js",
"types": "lib/types/index.d.ts",
"files": [
"lib/types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ApeSwapFinance/apeswap-lists.git"
},
"license": "MIT",
"scripts": {
"build": "tsdx build && yarn legacy-build && rimraf ./lib && tsc --target es5 --module commonjs && yarn run format:write",
"start": "tsdx watch",
"prepublishOnly": "yarn build",
"prepare": "husky install",
"test": "jest",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json}\"",
"format:check:staged": "pretty-quick --staged --check",
"format:write": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
"legacy-build": "rimraf ./config && mkdir config && run-func dist/apeswap-lists.cjs.development.js buildLegacyConfig"
},
"dependencies": {
"bignumber.js": "^9.0.2",
"ethers": "^5.6.9",
"path": "^0.12.7"
},
"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": "^6.0.0",
"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",
"yalc": "^1.0.0-pre.53"
},
"description": "## How to Manage this Repo",
"bugs": {
"url": "https://github.com/ApeSwapFinance/apeswap-lists/issues"
},
"homepage": "https://github.com/ApeSwapFinance/apeswap-lists#readme",
"directories": {
"test": "test"
},
"keywords": [],
"author": ""
}