41 lines
954 B
JSON
41 lines
954 B
JSON
{
|
|
"name": "@pushrocks/qenv",
|
|
"version": "3.0.7",
|
|
"private": false,
|
|
"description": "easy promised environments",
|
|
"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/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",
|
|
"@types/node": "^10.5.8",
|
|
"tslint": "^5.12.0",
|
|
"tslint-config-prettier": "^1.17.0"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartfile": "^6.0.6",
|
|
"@pushrocks/smartlog": "^2.0.9"
|
|
}
|
|
}
|