UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@idearium/cli",
3 "version": "4.2.0",
4 "description": "The Idearium cli, which makes working with our projects much easier.",
5 "main": "index.js",
6 "bin": {
7 "c": "./bin/c.js"
8 },
9 "scripts": {
10 "major-release": "npm version major && npm publish --access=public && git push --follow-tags",
11 "minor-release": "npm version minor && npm publish --access=public && git push --follow-tags",
12 "patch-release": "npm version patch && npm publish --access=public && git push --follow-tags",
13 "prerelease-release": "npm version prerelease && npm publish --access=public && git push --follow-tags",
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/idearium/cli.git"
19 },
20 "author": "Scott Mebberson",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/idearium/cli/issues"
24 },
25 "publishConfig": {
26 "registry": "https://registry.npmjs.org/"
27 },
28 "homepage": "https://github.com/idearium/cli#readme",
29 "dependencies": {
30 "chalk": "2.4.2",
31 "clipboardy": "2.3.0",
32 "commander": "2.11.0",
33 "commander-latest": "npm:commander@v7.2.0",
34 "debug": "3.1.0",
35 "dotenv": "4.0.0",
36 "execa": "0.8.0",
37 "fs-extra": "6.0.0",
38 "get-value": "3.0.1",
39 "gulp": "4.0.2",
40 "gulp-replace": "1.0.0",
41 "handlebars": "4.0.10",
42 "hostile": "1.3.1",
43 "inquirer": "5.2.0",
44 "lodash.merge": "4.6.1",
45 "mustache": "2.3.0",
46 "semver": "7.3.2",
47 "set-value": "3.0.0",
48 "shelljs": "0.8.4",
49 "sudo-prompt": "8.2.0"
50 },
51 "devDependencies": {
52 "@idearium/eslint-config": "3.0.1",
53 "eslint-config-prettier": "6.11.0",
54 "eslint-plugin-prettier": "3.1.3",
55 "husky": "4.2.5",
56 "prettier": "2.0.5",
57 "pretty-quick": "2.0.1"
58 },
59 "husky": {
60 "hooks": {
61 "pre-commit": "pretty-quick --staged"
62 }
63 }
64}