41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@pushrocks/lik",
|
|
"version": "3.0.2",
|
|
"private": false,
|
|
"description": "light little helpers for node",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"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.3",
|
|
"@gitzone/tsrun": "^1.1.17",
|
|
"@gitzone/tstest": "^1.0.18",
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
"@types/node": "^10.12.12",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-prettier": "^1.17.0"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
"@pushrocks/smartrx": "^2.0.3",
|
|
"@pushrocks/smarttime": "^3.0.5",
|
|
"@types/minimatch": "^3.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"symbol-tree": "^3.2.2"
|
|
}
|
|
}
|