-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 886 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
{
"name": "clipy-mate-cli",
"version": "0.4.1",
"description": "Clipy Mate Console Tools",
"repository": "https://github.com/jerrywdlee/clipy-mate-cli",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --forceExit",
"coverage": "npm test -- --coverage",
"send-to-coveralls": "jest --detectOpenHandles --forceExit --coverage --coverageReporters=text-lcov | coveralls"
},
"keywords": [
"clipy",
"clipy-mate-core",
"realm"
],
"author": "Iuliana Caesaris <iuliana.augusta+github@gmail.com>",
"license": "BSD-3-Clause",
"bin": {
"clipy-mate": "index.js"
},
"dependencies": {
"@octokit/rest": "^17.1.4",
"chalk": "^3.0.0",
"clipy-mate-core": "^1.2.1",
"inquirer": "^7.1.0",
"ora": "^4.0.3",
"yargs": "^15.3.1"
},
"devDependencies": {
"coveralls": "^3.0.11",
"jest": "^25.2.4"
}
}