-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 KB
/
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
45
46
47
48
{
"name": "@matzar/time-to-seconds",
"version": "2.1.3",
"description": "Non-strict format, time to seconds converter ",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"cov": "nyc --reporter=lcov mocha && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matzar/time-to-seconds.git"
},
"engines": {
"node": ">=20.0.1",
"vscode": "^1.22.0"
},
"keywords": [
"time",
"converter",
"seconds",
"duration",
"time",
"to",
"seconds",
"timestamp"
],
"files": [
"LICENSE",
"README.md",
"index.js"
],
"author": "Mateusz Zaremba",
"license": "MIT",
"bugs": {
"url": "https://github.com/matzar/time-to-seconds/issues"
},
"publishConfig": {
"@matzar:registry": "https://npm.pkg.github.com/",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/matzar/time-to-seconds#readme",
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
}
}