-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "lisher",
"version": "1.11.30",
"description": "CLI | (Pub)lisher will release your NPM/GIT/VSCE project to the locations you choose.",
"main": "./bin/cli-lisher.js",
"bin": {
"lisher": "./bin/cli-lisher.js"
},
"preferGlobal": true,
"scripts": {
"compile": "tsc && npm run format",
"format": "prettier --write **/*.{js,ts,json,md,yml}",
"formatjs": "prettier --write **/*.js",
"formatts": "prettier --write **/*.ts",
"test": "ava --verbose"
},
"keywords": [
"git",
"grunt",
"lisher",
"npm",
"publish",
"publisher",
"release",
"task",
"vsce"
],
"author": "MarvinJWendt",
"license": "MIT",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/inquirer": "6.5.0",
"@types/node": "^12.7.4",
"ava": "^2.3.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"mock-stdio": "^1.0.3",
"prettier": "^1.18.2",
"semver": "^5.7.1",
"tslint": "^5.19.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.6.2"
},
"dependencies": {
"boxen": "^3.2.0",
"chalk": "^2.4.2",
"inquirer": "^6.5.2",
"update-notifier": "^3.0.1",
"yargs": "^14.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1337z/lisher.git"
},
"bugs": {
"url": "https://github.com/1337z/lisher/issues"
},
"homepage": "https://github.com/1337z/lisher#readme"
}