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",
|
2023-07-26 14:05:53 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2016-07-06 01:14:44 +00:00
|
|
|
"scripts": {
|
2018-08-10 21:10:48 +00:00
|
|
|
"test": "tstest test/",
|
|
|
|
"cleanTest": "(rm -r nginxconfig) && npm run test",
|
2023-07-26 14:05:53 +00:00
|
|
|
"build": "(tsbuild --allowimplicitany)"
|
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": {
|
2023-07-26 14:05:53 +00:00
|
|
|
"@push.rocks/lik": "^6.0.2",
|
|
|
|
"@push.rocks/smartfile": "^10.0.26",
|
|
|
|
"@push.rocks/smartlog": "^3.0.2",
|
|
|
|
"@push.rocks/smartpath": "^5.0.11",
|
|
|
|
"@push.rocks/smartpromise": "^4.0.2",
|
|
|
|
"@push.rocks/smartshell": "^3.0.3",
|
|
|
|
"@push.rocks/smartstring": "^4.0.7",
|
|
|
|
"@push.rocks/smartunique": "^3.0.3",
|
|
|
|
"selfsigned": "^2.1.1"
|
2016-07-06 01:14:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-26 14:05:53 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.66",
|
|
|
|
"@gitzone/tsrun": "^1.2.44",
|
|
|
|
"@gitzone/tstest": "^1.0.77",
|
|
|
|
"@push.rocks/qenv": "^5.0.2",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.8"
|
2019-08-20 20:30:31 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2023-07-26 14:05:53 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-08-20 20:30:31 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2023-07-26 14:05:53 +00:00
|
|
|
],
|
|
|
|
"type": "module",
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-08-20 20:30:31 +00:00
|
|
|
]
|
2023-07-10 08:16:53 +00:00
|
|
|
}
|