mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-12-21 23:16:24 +00:00
23 lines
424 B
JSON
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"
|
|
}
|
|
}
|