smartnginx/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2016-07-06 01:14:44 +00:00
{
2023-07-10 08:16:53 +00:00
"name": "@push.rocks/smartnginx",
2019-08-20 22:07:28 +00:00
"version": "2.0.51",
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-08-20 22:07:28 +00:00
"@pushrocks/lik": "^3.0.10",
"@pushrocks/smartfile": "^7.0.4",
"@pushrocks/smartlog": "^2.0.19",
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartshell": "^2.0.23",
"@pushrocks/smartstring": "^3.0.10",
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-08-20 22:07:28 +00:00
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/qenv": "^4.0.2",
"@pushrocks/tapbundle": "^3.0.11",
"tslint": "^5.19.0",
2019-04-10 17:03:17 +00:00
"tslint-config-prettier": "^1.18.0"
2019-08-20 20:30:31 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2023-07-10 08:16:53 +00:00
}