{ "name": "@push.rocks/qenv", "version": "5.0.2", "private": false, "description": "easy promised environments", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "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": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.3" }, "dependencies": { "@pushrocks/smartfile": "^10.0.4", "@pushrocks/smartlog": "^3.0.1", "@pushrocks/smartpath": "^5.0.5" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }