UNPKG

1.33 kBJSONView Raw
1{
2 "name": "npm-quick-run",
3 "description": "Quickly run NPM script by prefix without typing the full name",
4 "main": "src/quick-run.js",
5 "version": "1.6.0",
6 "bin": {
7 "nr": "bin/npm-quick-run.js",
8 "nrun": "bin/npm-quick-run.js"
9 },
10 "scripts": {
11 "test": "mocha src/*-spec.js",
12 "commit": "git-issues && commit-wizard",
13 "issues": "git-issues",
14 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
15 },
16 "preferGlobal": true,
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/bahmutov/npm-quick-run.git"
20 },
21 "keywords": [
22 "npm",
23 "utility",
24 "run",
25 "script",
26 "partial",
27 "quick"
28 ],
29 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/bahmutov/npm-quick-run/issues"
33 },
34 "homepage": "https://github.com/bahmutov/npm-quick-run#readme",
35 "dependencies": {
36 "npm-utils": "0.4.0",
37 "simple-bin-help": "1.2.0"
38 },
39 "config": {
40 "pre-git": {
41 "commit-msg": "validate-commit-msg",
42 "pre-commit": [
43 "npm test"
44 ],
45 "pre-push": [],
46 "post-commit": [],
47 "post-merge": []
48 }
49 },
50 "devDependencies": {
51 "git-issues": "1.2.0",
52 "mocha": "2.3.4",
53 "pre-git": "1.4.0",
54 "semantic-release": "^4.3.5"
55 }
56}
\No newline at end of file