-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "balena-versionist",
"version": "0.15.0",
"description": "",
"main": "lib/index.js",
"bin": {
"balena-versionist": "bin/cli.js"
},
"scripts": {
"pretest": "npx tsc --noEmit",
"test": "node tests/cli/run",
"posttest": "npm run lint",
"lint": "balena-lint -e ts -e js lib/index.d.ts lib/index.js lib/remap.js tests/ bin/",
"lint-fix": "balena-lint -e ts -e js --fix lib/index.d.ts lib/index.js lib/remap.js tests/ bin/"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"capitano": "^1.9.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mochainon": "^2.0.0",
"mustache": "^4.2.0",
"parse-github-url": "^1.0.2",
"shelljs": "^0.8.5"
},
"devDependencies": {
"@balena/lint": "^6.2.0",
"typescript": "^4.8.4",
"versionist": "^6.10.0"
},
"types": "lib/index.d.ts",
"versionist": {
"publishedAt": "2024-06-13T11:47:48.006Z"
}
}