lik/package.json

53 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-04 00:09:21 +00:00
"version": "4.0.0",
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": {
2019-11-27 23:00:15 +00:00
"@gitzone/tsbuild": "^2.1.17",
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",
"@pushrocks/tapbundle": "^3.2.0",
2020-02-06 11:11:16 +00:00
"@types/node": "^13.7.0",
"tslint": "^6.0.0",
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": {
2019-11-27 23:00:15 +00:00
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.5",
2019-08-02 14:38:08 +00:00
"@pushrocks/smarttime": "^3.0.12",
"@pushrocks/smartunique": "^3.0.1",
"@types/minimatch": "^3.0.3",
2017-06-30 15:19:58 +00:00
"minimatch": "^3.0.4",
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/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-08-02 14:33:45 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-02-06 11:11:16 +00:00
}