UNPKG

1.99 kBJSONView Raw
1{
2 "name": "@idearium/cli",
3 "version": "5.1.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 "prepare": "husky install"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/idearium/cli.git"
20 },
21 "author": "Scott Mebberson",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/idearium/cli/issues"
25 },
26 "publishConfig": {
27 "registry": "https://registry.npmjs.org/"
28 },
29 "homepage": "https://github.com/idearium/cli#readme",
30 "dependencies": {
31 "chalk": "4.1.2",
32 "clipboardy": "2.3.0",
33 "commander": "2.11.0",
34 "commander-latest": "npm:commander@v7.2.0",
35 "debug": "3.1.0",
36 "dotenv": "4.0.0",
37 "execa": "6.1.0",
38 "fs-extra": "6.0.0",
39 "get-value": "3.0.1",
40 "glob": "8.0.3",
41 "handlebars": "4.7.7",
42 "hostile": "1.3.1",
43 "inquirer": "5.2.0",
44 "lodash.merge": "4.6.2",
45 "mustache": "4.2.0",
46 "semver": "7.3.7",
47 "set-value": "4.1.0",
48 "shelljs": "0.8.5",
49 "sudo-prompt": "8.2.0"
50 },
51 "devDependencies": {
52 "@idearium/eslint-config": "4.0.0",
53 "eslint-config-prettier": "8.5.0",
54 "eslint-plugin-prettier": "4.2.1",
55 "husky": "8.0.1",
56 "prettier": "2.7.1",
57 "pretty-quick": "3.1.3"
58 }
59}