smartnginx/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2016-07-06 01:14:44 +00:00
{
"name": "@pushrocks/smartnginx",
2019-08-20 20:28:48 +00:00
"version": "2.0.49",
2018-08-10 22:29:16 +00:00
"private": false,
2016-07-06 04:33:38 +00:00
"description": "control nginx from node, TypeScript ready",
2016-07-06 01:14:44 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"cleanTest": "(rm -r nginxconfig) && npm run test",
"build": "(tsbuild)"
2016-07-06 01:14:44 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartnginx.git"
},
"keywords": [
"nginx"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartnginx/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartnginx#README",
"dependencies": {
2019-01-09 11:15:28 +00:00
"@pushrocks/lik": "^3.0.4",
2019-01-01 21:34:36 +00:00
"@pushrocks/smartfile": "^6.0.11",
2019-01-17 23:45:29 +00:00
"@pushrocks/smartlog": "^2.0.11",
"@pushrocks/smartpromise": "^2.0.5",
2019-01-01 21:34:36 +00:00
"@pushrocks/smartshell": "^2.0.13",
2019-01-22 11:11:31 +00:00
"@pushrocks/smartstring": "^3.0.8",
2019-04-10 17:03:17 +00:00
"@pushrocks/smartunique": "^3.0.1",
"selfsigned": "^1.10.4"
2016-07-06 01:14:44 +00:00
},
"devDependencies": {
2019-01-01 21:34:36 +00:00
"@gitzone/tsbuild": "^2.1.4",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
2019-01-17 23:45:29 +00:00
"@pushrocks/qenv": "^4.0.0",
2019-01-01 21:34:36 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-04-10 17:03:17 +00:00
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0"
2018-08-10 22:29:16 +00:00
}
2016-07-06 01:14:44 +00:00
}