-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.86 KB
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
{
"name": "@ape.swap/apeswap-lists",
"version": "4.5.19",
"publishConfig": {
"access": "public"
},
"main": "lib/main.js",
"types": "lib/main.d.ts",
"files": [
"lib"
],
"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"
},
"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",
"path": "0.12.7",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"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": "",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}