forked from specfy/stack-analyser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "@specfy/stack-analyser",
"version": "1.8.5",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
"typings": "./dist/index.d.ts",
"type": "module",
"homepage": "https://github.com/specfy/stack-analyser#readme",
"repository": {
"type": "git",
"url": "https://github.com/specfy/stack-analyser.git"
},
"bugs": {
"url": "https://github.com/specfy/stack-analyser/issues"
},
"scripts": {
"prebuild": "tsx src/scripts/prebuild.ts",
"build": "tsc",
"build:watch": "tsc -w",
"dev": "node dist/index.js",
"cli": "node dist/cli.js",
"test": "vitest",
"lint": "eslint --ext .js,.ts,.tsx ."
},
"author": "Samuel Bodin",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitest/coverage-v8": "0.34.6",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vitest": "0.3.8",
"package-json": "8.1.1",
"tsx": "3.14.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
"dependencies": {
"@actions/core": "1.10.1",
"@cdktf/hcl2json": "0.19.0",
"commander": "11.1.0",
"consola": "3.2.3",
"dotenv": "16.3.1",
"figures": "5.0.0",
"kleur": "4.1.5",
"nanoid": "5.0.2",
"ora": "7.0.1",
"toml": "3.0.0",
"yaml": "2.3.3"
}
}