smarttime/package.json

31 lines
743 B
JSON
Raw Normal View History

2016-06-28 09:11:53 +00:00
{
2018-06-10 12:00:18 +00:00
"name": "@pushrocks/smarttime",
"private": false,
2019-04-10 12:37:39 +00:00
"version": "3.0.7",
2019-04-10 12:06:20 +00:00
"description": "handle time in smart ways",
2016-06-28 09:11:53 +00:00
"main": "dist/index.js",
2017-08-15 17:28:23 +00:00
"typings": "dist/index.d.ts",
2016-06-28 09:11:53 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2017-08-15 17:28:23 +00:00
"scripts": {
"test": "(tstest ./test/)",
"build": "(tsbuild)"
2016-06-28 09:11:53 +00:00
},
2017-08-16 12:29:15 +00:00
"devDependencies": {
2019-04-10 09:34:30 +00:00
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.2.5",
"@gitzone/tstest": "^1.0.20",
2019-04-10 12:06:20 +00:00
"@pushrocks/tapbundle": "^3.0.9",
2019-04-10 09:34:30 +00:00
"@types/node": "^11.13.2",
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0"
2016-06-28 09:11:53 +00:00
},
"dependencies": {
2019-04-10 09:34:30 +00:00
"@pushrocks/smartpromise": "^3.0.2",
"@types/cron": "^1.7.0",
"@types/luxon": "^1.12.0",
"cron": "^1.7.0",
"luxon": "^1.12.1"
2016-06-28 09:11:53 +00:00
}
2019-04-10 09:34:30 +00:00
}