lik/package.json

54 lines
1.3 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",
2020-05-27 23:50:08 +00:00
"version": "4.0.13",
2018-07-15 14:04:27 +00:00
"private": false,
2016-07-21 22:16:45 +00:00
"description": "light little helpers for node",
2020-05-25 13:18:53 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-07-21 22:16:45 +00:00
"scripts": {
2018-08-31 15:24:35 +00:00
"test": "(tstest test/)",
2020-05-25 18:10:10 +00:00
"build": "(tsbuild && tsbundle npm)"
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": {
2020-05-25 13:18:53 +00:00
"@gitzone/tsbuild": "^2.1.24",
2020-05-25 22:04:21 +00:00
"@gitzone/tsbundle": "^1.0.69",
2019-08-02 14:38:08 +00:00
"@gitzone/tsrun": "^1.2.8",
2019-11-27 23:00:15 +00:00
"@gitzone/tstest": "^1.0.28",
2020-05-25 13:18:53 +00:00
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.5",
"tslint": "^6.1.2",
2019-08-02 14:38:08 +00:00
"tslint-config-prettier": "^1.18.0"
2017-06-30 15:11:47 +00:00
},
2016-07-21 22:16:45 +00:00
"dependencies": {
2020-05-27 18:15:14 +00:00
"@pushrocks/smartdelay": "^2.0.9",
2020-05-25 22:04:21 +00:00
"@pushrocks/smartmatch": "^1.0.7",
2019-11-27 23:00:15 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-05-27 20:22:45 +00:00
"@pushrocks/smartrx": "^2.0.15",
2020-05-27 18:22:40 +00:00
"@pushrocks/smarttime": "^3.0.18",
"@types/minimatch": "^3.0.3",
2019-08-02 14:38:08 +00:00
"symbol-tree": "^3.2.4"
2019-08-02 14:33:45 +00:00
},
"files": [
2020-02-06 11:11:16 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-05-25 13:18:53 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-06 11:11:16 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-02 14:33:45 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-05-25 13:18:53 +00:00
}