{ "name": "@pushrocks/smartenv", "version": "4.0.15", "description": "store things about your environment and let them travel across modules", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web && tsbundle npm)", "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/smartpromise": "^3.0.6", "@types/node": "^14.11.2" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.25", "@gitzone/tsbundle": "^1.0.78", "@gitzone/tsrun": "^1.2.12", "@gitzone/tstest": "^1.0.48", "@pushrocks/tapbundle": "^3.2.9", "@types/npm": "^2.0.31", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }