forked from thk2b/time-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 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": "@modcord/unit-converter",
"version": "1.0.2",
"description": "Converts metric units to any of their multiples or submultiples.",
"main": "index.js",
"scripts": {
"set-test": "npm install --dev",
"lint": "eslint src && eslint lib",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModCord/unit-converter.git"
},
"keywords": [
"time",
"convertion",
"ms-to-hms",
"hours",
"minutes",
"seconds",
"milliseconds"
],
"author": "MrAugu#7917",
"license": "MIT",
"bugs": {
"url": "https://github.com/ModCord/unit-converter/issues"
},
"homepage": "https://github.com/ModCord/unit-converter#readme",
"devDependencies": {
"eslint": "^7.31.0",
"jest": "^27.0.6"
},
"directories": {
"lib": "lib"
}
}