uhrwerk/package.json
cupcakearmy 42b511d8af configs
2019-03-23 18:16:41 +01:00

23 lines
424 B
JSON

{
"private": true,
"name": "uhrwerk",
"version": "1.0.0",
"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"
}
}