qenv/package.json

41 lines
954 B
JSON
Raw Normal View History

2016-06-19 15:33:54 +00:00
{
"name": "@pushrocks/qenv",
2019-01-15 22:54:29 +00:00
"version": "4.0.0",
"private": false,
2016-12-31 18:26:32 +00:00
"description": "easy promised environments",
2016-06-19 15:33:54 +00:00
"main": "dist/index.js",
2016-06-20 20:19:11 +00:00
"typings": "dist/index.d.ts",
2016-06-19 15:33:54 +00:00
"scripts": {
"test": "(tstest test/)",
2018-08-13 19:58:18 +00:00
"build": "(tsbuild)"
2016-06-19 15:33:54 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/qenv.git"
},
"keywords": [
"environment",
"git",
"ci"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/qenv/issues"
},
"homepage": "https://gitlab.com/pushrocks/qenv#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.13",
"@pushrocks/tapbundle": "^3.0.5",
2019-01-06 00:30:07 +00:00
"@types/node": "^10.5.8",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0"
2016-06-19 15:33:54 +00:00
},
"dependencies": {
2019-01-06 00:30:07 +00:00
"@pushrocks/smartfile": "^6.0.6",
"@pushrocks/smartlog": "^2.0.9"
2016-06-19 15:33:54 +00:00
}
2018-08-12 22:09:37 +00:00
}