-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.78 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.78 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
{
"name": "ght",
"version": "1.11.7",
"scripts": {
"build": "tsc && cp package.json ght ./dist",
"dev": "NODE_ENV=development ts-node ./src/index.ts",
"format": "eslint ./src --fix && prettier --write ./src",
"lint": "eslint ./src",
"start": "node ./dist/index.js",
"test": "jest",
"test:cli": "jest -t 'cli'",
"test:coverage": "jest --coverage --silent"
},
"repository": "git@github.com:canonical/ght.git",
"license": "MIT",
"dependencies": {
"@sentry/node": "7.88.0",
"@sentry/tracing": "7.88.0",
"colors": "1.4.0",
"commander": "11.1.0",
"enquirer": "2.3.6",
"http-cookie-agent": "^5.0.4",
"js-yaml": "^4.1.0",
"jsdom": "23.0.1",
"node-fetch": "2.6.7",
"ora": "5.4.1",
"puppeteer": "22.7.1",
"puppeteer-screen-recorder": "3.0.3",
"tough-cookie": "4.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@types/colors": "1.2.1",
"@types/jest": "^29.1.2",
"@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.0.0",
"@types/node": "17.0.14",
"@types/node-fetch": "2.6.1",
"@types/tough-cookie": "4.0.1",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.12.0",
"eslint-plugin-import": "2.25.4",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"prettier": "3.1.1",
"ts-jest": "^29.0.3",
"ts-node": "10.7.0",
"typescript": "5.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}