uhrwerk/package.json
2019-12-10 12:18:59 +01:00

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"
}
}