-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 962 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
40
41
42
43
44
{
"name": "datee",
"version": "1.0.0",
"description": "CLI implementation of Date Difference counter Daty",
"main": "src/index.js",
"scripts": {
"start": "npm install -g",
"test": "mocha ./test/index.spec.js -u bdd -R spec -t 500 -w"
},
"devDependencies": {
"@std/esm": "0.19.3",
"chai": "^4.1.2",
"chai-arrays": "2.0.0",
"mocha": "^4.1.0",
"rimraf": "2.6.2",
"standard": "10.0.3"
},
"bin": {
"datee": "./src/index.js"
},
"@std/esm": {
"cjs": true,
"esm": "js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eibay/datee.git"
},
"keywords": [
"days",
"counter",
"daty",
"date"
],
"author": "Elmer Ibayan <eibayan@gmail.com> (http://eibayan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eibay/datee/issues"
},
"homepage": "https://github.com/eibay/datee#readme",
"dependencies": {
"commander": "2.13.0"
}
}