-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "@catalabs/catalyst-channel-lists",
"version": "0.0.28",
"description": "Catalyst AMM channel list utilities and definitions",
"keywords": [
"amm",
"catalyst",
"defi",
"channel",
"lists"
],
"author": "Catalabs <[email protected]>",
"homepage": "https://github.com/catalystdao/catalyst-dao#readme",
"license": "UNLICENSED",
"main": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/catalystdao/catalyst-dao.git"
},
"bugs": {
"url": "https://github.com/catalystdao/catalyst-dao/issues"
},
"scripts": {
"barrels": "barrelsby --config barrelsby.config.json",
"build": "ts-node --project tsconfig.json src/precompiles/index.ts && tsc -b",
"clean": "rm -rf ./build",
"format": "prettier -w src/*/*.ts",
"lint": "eslint . --fix"
},
"devDependencies": {
"@types/node": "^20.11.20",
"barrelsby": "^2.8.1",
"lossless-json": "^4.0.1",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}