lik/package.json

38 lines
943 B
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
2018-07-15 14:04:27 +00:00
"name": "@pushrocks/lik",
2018-07-15 14:08:21 +00:00
"version": "3.0.1",
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": {
2018-08-31 15:24:35 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
2017-06-30 15:11:47 +00:00
},
2016-07-21 22:16:45 +00:00
"dependencies": {
2018-07-15 14:04:27 +00:00
"@pushrocks/smartpromise": "^2.0.5",
2018-08-31 15:24:35 +00:00
"@types/lodash": "^4.14.116",
"@types/minimatch": "^3.0.3",
2018-07-15 14:04:27 +00:00
"lodash": "^4.17.10",
2017-06-30 15:19:58 +00:00
"minimatch": "^3.0.4",
"symbol-tree": "^3.2.2"
2016-07-21 22:16:45 +00:00
}
}