55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@pushrocks/lik",
|
|
"version": "4.0.3",
|
|
"private": false,
|
|
"description": "light little helpers for node",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild && tsbundle npm)"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.24",
|
|
"@gitzone/tsbundle": "^1.0.68",
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
"@gitzone/tstest": "^1.0.28",
|
|
"@pushrocks/tapbundle": "^3.2.1",
|
|
"@types/node": "^14.0.5",
|
|
"tslint": "^6.1.2",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartdelay": "^2.0.6",
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
|
"@pushrocks/smartrx": "^2.0.5",
|
|
"@pushrocks/smarttime": "^3.0.12",
|
|
"@pushrocks/smartunique": "^3.0.3",
|
|
"@types/minimatch": "^3.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"symbol-tree": "^3.2.4"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|