uhrwerk/package.json
2019-03-23 19:31:47 +01:00

22 lines
405 B
JSON

{
"name": "uhrwerk",
"version": "1.0.1",
"description": "time utility",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && mocha",
"prepublish": "npm run test"
},
"keywords": [
"time"
],
"author": "Niccolo Borgioli",
"license": "MIT",
"devDependencies": {
"mocha": "^6",
"typescript": "^3.3"
}
}