-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.65 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
{
"name": "ebo-agent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"coverage": "turbo run coverage",
"prepare": "husky",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format",
"format:fix": "turbo run format:fix",
"approve-modules": "pnpm --filter agent-scripts run approve-modules"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@defi-wonderland/prophet-core": "0.0.0-5e1cf557",
"@defi-wonderland/prophet-modules": "0.0.0-e52f8cce",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitest/coverage-v8": "2.0.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.0",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"turbo": "2.0.7",
"typescript": "5.5.3",
"vitest": "2.1.2"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",
"*.js,*.ts": "eslint --fix"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"dependencies": {
"winston": "3.13.1"
}
}