{ "name": "@pushrocks/smartenv", "version": "4.0.6", "description": "store things about your environment and let them travel across modules", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web)", "testbrowser": "(npm test) && (node testbrowser.js)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartenv.git" }, "keywords": [ "environment" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartenv/issues" }, "homepage": "https://gitlab.com/pushrocks/smartenv", "dependencies": { "@pushrocks/smartparam": "^1.0.4", "@pushrocks/smartpromise": "^3.0.2", "@types/node": "^12.7.2" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.11", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.11", "@types/npm": "^2.0.29", "tslint": "^5.19.0", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }