-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 2.31 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"author": "KevinRodbe",
"bin": {
"nsl": "./dist/commands/nsl.js"
},
"dependencies": {
"@inquirer/search": "1.0.2",
"@rodbe/check-updates": "^1.3.0",
"@rodbe/fn-utils": "^1.5.0",
"@rodbe/get-package-jsons": "^3.0.1",
"@rodbe/lru-cache-fs": "^1.1.2",
"chalk": "^5.4.1",
"figlet": "^1.8.0",
"text-table": "0.2.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@rodbe/prettier-config": "^1.3.1",
"@rodbe/tsconfig": "^1.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "10.0.6",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/figlet": "^1.7.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.13.5",
"@types/text-table": "^0.2.5",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^2.1.8",
"boxen": "^7.1.1",
"conventional-changelog-conventionalcommits": "5.0.0",
"pkgroll": "^2.11.0",
"prettier": "^3.5.2",
"semantic-release": "20.1.0",
"typescript": "^5.7.3",
"vitest": "^3.0.7"
},
"engines": {
"node": ">= 18.0.0",
"npm": ">= 6.14.16",
"pnpm": ">= 9.5.0"
},
"engineStrict": true,
"files": [
"dist"
],
"homepage": "https://github.com/rodbe-io/nsl",
"keywords": [
"angular",
"back-end",
"cli-app",
"cli",
"front-end",
"fuzzy-search",
"gatsby",
"inquirer",
"interactive",
"javascript",
"list",
"menu",
"monorepo",
"next",
"node",
"npm",
"ntl",
"nuxt",
"productivity",
"react",
"runner",
"scripts",
"svelte",
"task",
"terminal",
"typescript",
"unix",
"vue",
"workflow"
],
"license": "MIT",
"name": "@rodbe/nsl",
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodbe-io/nsl.git"
},
"scripts": {
"build": "pkgroll",
"hi": "echo \"hi root\"",
"prebuild": "pnpm run type-check",
"release": "semantic-release",
"start": "pkgroll --watch",
"test:unit": "vitest run",
"type-check": "tsc --noEmit"
},
"type": "module",
"version": "1.29.0",
"volta": {
"node": "18.18.2"
},
"workspaces": [
"examples/**"
]
}