-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 935 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
{
"name": "@everymundo/date-utils",
"version": "1.6.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "LOG_LEVEL=silent mocha test --recursive",
"cover": "nyc -x test --reporter=lcov --reporter=text node_modules/mocha/bin/_mocha --recursive",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"check-lint": "standard",
"fix-lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EveryMundo/date-utils.git"
},
"keywords": [],
"author": "Daniel Santana <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/EveryMundo/date-utils/issues"
},
"homepage": "https://github.com/EveryMundo/date-utils#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "^4.3.8",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"standard": "^17.1.0"
}
}