lik/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
2018-07-15 14:04:27 +00:00
"name": "@pushrocks/lik",
2019-08-02 14:32:52 +00:00
"version": "3.0.6",
2018-07-15 14:04:27 +00:00
"private": false,
2016-07-21 22:16:45 +00:00
"description": "light little helpers for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-08-31 15:24:35 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-07-21 22:16:45 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/lik.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/lik/issues"
},
"homepage": "https://gitlab.com/pushrocks/lik#README",
2017-06-30 15:11:47 +00:00
"devDependencies": {
2018-12-11 00:36:14 +00:00
"@gitzone/tsbuild": "^2.1.3",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
2018-11-23 19:33:44 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2018-12-11 00:36:14 +00:00
"@types/node": "^10.12.12",
2018-11-23 19:33:44 +00:00
"tslint": "^5.11.0",
2018-12-11 00:36:14 +00:00
"tslint-config-prettier": "^1.17.0"
2017-06-30 15:11:47 +00:00
},
2016-07-21 22:16:45 +00:00
"dependencies": {
2018-11-23 19:33:44 +00:00
"@pushrocks/smartdelay": "^2.0.2",
2018-07-15 14:04:27 +00:00
"@pushrocks/smartpromise": "^2.0.5",
2018-12-11 00:36:14 +00:00
"@pushrocks/smartrx": "^2.0.3",
2018-11-23 19:33:44 +00:00
"@pushrocks/smarttime": "^3.0.5",
"@types/minimatch": "^3.0.3",
2017-06-30 15:19:58 +00:00
"minimatch": "^3.0.4",
"symbol-tree": "^3.2.2"
2016-07-21 22:16:45 +00:00
}
2019-03-15 22:50:40 +00:00
}