smarttime/package.json

43 lines
993 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,
2020-05-25 21:49:08 +00:00
"version": "3.0.14",
2019-04-10 12:06:20 +00:00
"description": "handle time in smart ways",
2020-05-25 21:49:08 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/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/)",
2020-05-25 21:45:43 +00:00
"build": "(tsbuild && tsbundle npm)"
2016-06-28 09:11:53 +00:00
},
2017-08-16 12:29:15 +00:00
"devDependencies": {
2019-06-17 14:54:39 +00:00
"@gitzone/tsbuild": "^2.1.11",
2020-05-25 21:45:43 +00:00
"@gitzone/tsbundle": "^1.0.69",
2019-06-17 14:54:39 +00:00
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.24",
2019-04-10 12:06:20 +00:00
"@pushrocks/tapbundle": "^3.0.9",
2020-05-25 21:45:43 +00:00
"@types/node": "^14.0.5",
"tslint": "^6.1.2",
2019-04-10 09:34:30 +00:00
"tslint-config-prettier": "^1.18.0"
2016-06-28 09:11:53 +00:00
},
"dependencies": {
2020-05-25 21:45:43 +00:00
"@pushrocks/smartdelay": "^2.0.6",
2019-04-10 09:34:30 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2019-06-17 14:54:39 +00:00
"@types/cron": "^1.7.1",
"@types/luxon": "^1.15.1",
2020-05-25 21:45:43 +00:00
"cron-parser": "^2.14.0",
2019-06-17 14:54:39 +00:00
"luxon": "^1.16.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-04-10 09:34:30 +00:00
}