-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 896 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
{
"name": "from-seconds",
"version": "1.0.2",
"description": "Convert seconds to minutes, hours, days, months, years...",
"main": "./lib/from-seconds.js",
"types": "./lib/from-seconds.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rendfall/from-seconds.git"
},
"keywords": [
"date",
"time",
"convert",
"seconds",
"minutes",
"hours",
"days",
"months",
"years",
"npm"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rendfall/from-seconds-t/issues"
},
"homepage": "https://github.com/rendfall/from-seconds#readme",
"devDependencies": {
"@types/node": "^11.13.0",
"typescript": "^3.4.1"
}
}