57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "@gitzone/tsdocker",
|
|
"version": "1.2.41",
|
|
"private": false,
|
|
"description": "develop npm modules cross platform with docker",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"bin": {
|
|
"tsdocker": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(npm run clean && npm run setupCheck && npm run testStandard && npm run testSpeed)",
|
|
"build": "(tsbuild)",
|
|
"testStandard": "(cd test/ && node ../cli.ts.js)",
|
|
"testSpeed": "(cd test/ && node ../cli.ts.js speedtest)",
|
|
"testClean": "(cd test/ && node ../cli.ts.js clean --all)",
|
|
"testVscode": "(cd test/ && node ../cli.ts.js vscode)",
|
|
"clean": "(rm -rf test/)",
|
|
"compile": "(npmts --notest)",
|
|
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmdocker.git"
|
|
},
|
|
"keywords": [
|
|
"docker"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/gitzone/npmdocker/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^3.1.0",
|
|
"@git.zone/tsrun": "^2.0.0",
|
|
"@git.zone/tstest": "^3.1.3",
|
|
"@types/node": "^22.10.2"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/npmextra": "^5.3.3",
|
|
"@push.rocks/projectinfo": "^5.0.2",
|
|
"@push.rocks/qenv": "^6.1.3",
|
|
"@push.rocks/smartanalytics": "^2.0.15",
|
|
"@push.rocks/smartcli": "^4.0.19",
|
|
"@push.rocks/smartfs": "^1.1.0",
|
|
"@push.rocks/smartlog": "^3.1.10",
|
|
"@push.rocks/smartlog-destination-local": "^9.0.2",
|
|
"@push.rocks/smartlog-source-ora": "^1.0.9",
|
|
"@push.rocks/smartopen": "^2.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartshell": "^3.3.0",
|
|
"@push.rocks/smartstring": "^4.1.0"
|
|
}
|
|
}
|