mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-12-21 23:16:24 +00:00
24 lines
463 B
JSON
24 lines
463 B
JSON
{
|
|
"name": "uhrwerk",
|
|
"version": "1.0.2",
|
|
"description": "time utility",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "yarn run build && mocha",
|
|
"prepublishOnly": "npm run test"
|
|
},
|
|
"keywords": [
|
|
"time",
|
|
"interval",
|
|
"humand-readable",
|
|
"utility"
|
|
],
|
|
"author": "Niccolo Borgioli",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "6.x",
|
|
"typescript": "3.x"
|
|
}
|
|
} |