{ "name": "@pushrocks/smartenv", "version": "5.0.3", "description": "store things about your environment and let them travel across modules", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany && tsbundle npm)", "testbrowser": "(npm test) && (node testbrowser.js)", "buildDocs": "tsdoc" }, "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.1.7" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.56", "@gitzone/tsbundle": "^2.0.7", "@gitzone/tsrun": "^1.2.31", "@gitzone/tstest": "^1.0.68", "@pushrocks/tapbundle": "^5.0.2", "@types/node": "^18.11.18", "@types/npm": "^7.19.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" ] }