-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 926 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
{
"name": "blackdev-file-creator",
"version": "1.0.4",
"description": "A simple command line package for creating files",
"main": "cli.js",
"scripts": {
"test": "mocha test",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomesyy/blackdev-file-creator.git"
},
"keywords": [
"file-creator",
"create",
"file-maker",
"blackdev-file-creator",
"makefile",
"filemake"
],
"bin": {
"cf": "./cli.js",
"create": "./cli.js"
},
"author": "Adetomiwa Adesanya (BlackDev)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tomesyy/blackdev-file-creator/issues"
},
"homepage": "https://github.com/Tomesyy/blackdev-file-creator#readme",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"mocha": "^7.0.1",
"nyc": "^15.0.0"
}
}