-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 937 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
38
39
{
"name": "npm-run-interactive",
"version": "1.2.0",
"description": "Run your npm scripts with the help of an interactive dialog",
"bin": {
"nri": "src/cli.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stsourlidakis/npm-run-interactive.git"
},
"keywords": [
"npm",
"script",
"cli",
"interactive"
],
"author": "Stavros Tsourlidakis <s.tsourlidakis@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stsourlidakis/npm-run-interactive/issues"
},
"homepage": "https://github.com/stsourlidakis/npm-run-interactive#readme",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.3.1"
},
"dependencies": {
"enquirer": "^2.3.6",
"has-yarn": "^2.1.0",
"update-notifier": "^5.1.0"
}
}