qenv/package.json

53 lines
1.1 KiB
JSON
Raw Normal View History

2016-06-19 15:33:54 +00:00
{
"name": "@pushrocks/qenv",
2020-06-08 19:03:18 +00:00
"version": "4.0.10",
"private": false,
2016-12-31 18:26:32 +00:00
"description": "easy promised environments",
2020-06-08 18:58:43 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-06-19 15:33:54 +00:00
"scripts": {
"test": "(tstest test/)",
2020-06-08 19:03:17 +00:00
"build": "(tsbuild --web)"
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": {
2020-06-08 18:57:22 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.12",
"tslint": "^6.1.2",
2019-08-06 15:37:07 +00:00
"tslint-config-prettier": "^1.18.0"
2016-06-19 15:33:54 +00:00
},
"dependencies": {
2020-06-08 18:57:22 +00:00
"@pushrocks/smartfile": "^7.0.12",
"@pushrocks/smartlog": "^2.0.26"
2019-08-06 15:37:07 +00:00
},
"files": [
2020-06-08 18:58:43 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-08-06 15:37:07 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-08 18:58:56 +00:00
}