39 lines
891 B
JSON
39 lines
891 B
JSON
{
|
|
"name": "lik",
|
|
"version": "2.0.3",
|
|
"description": "light little helpers for node",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"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": {
|
|
"@types/node": "^9.4.0",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"tapbundle": "^1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.97",
|
|
"@types/minimatch": "^3.0.3",
|
|
"lodash": "^4.17.4",
|
|
"minimatch": "^3.0.4",
|
|
"smartq": "^1.1.6",
|
|
"symbol-tree": "^3.2.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|