UNPKG

@glue42/web

Version:

Glue42 Core client application package

71 lines (70 loc) 2.48 kB
{ "name": "@glue42/web", "version": "2.24.1", "description": "Glue42 Core client application package", "main": "dist/web.umd.js", "module": "dist/web.es.js", "types": "./web.d.ts", "keywords": [ "glue", "glue42", "desktop", "interop", "context" ], "homepage": "https://glue42.com/", "scripts": { "tslint": "tslint -t codeFrame ./src/**/*.ts", "validate-changelog": "node ./build/validate-config.js", "docs": "typedoc --options typedoc.json ./src", "test": "echo no tests found", "coverage": "nyc npm run test", "publish:beta": "npm publish --tag beta", "build": "rollup -c", "generate-docs-new-structure": "glue-js-documentation-builder build-reference --project g4e -q reference --modules ./web.d.ts,./node_modules/@glue42/workspaces-api/workspaces.d.ts,./node_modules/@glue42/core/glue.d.ts --newStructure --ignoreModules Connection,Bus,Metrics,Logger", "preversion": "npm run build && npm run test && npm run audit", "version": "npm run build", "audit": "echo no audit found", "audit:V1": "node ../../scripts/audit/index.js" }, "author": { "name": "Glue42", "url": "https://www.glue42.com" }, "license": "MIT", "dependencies": { "@glue42/core": "^5.12.0", "@glue42/desktop": "^5.23.0", "@glue42/search-api": "^1.3.2", "@glue42/workspaces-api": "^1.24.1", "callback-registry": "^2.6.0", "decoder-validate": "0.0.2", "idb": "^7.1.1", "nanoid": "^4.0.0", "shortid": "^2.2.16" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "devDependencies": { "@rollup/plugin-commonjs": "^23.0.5", "@rollup/plugin-json": "^5.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.2.0", "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@types/node": "^18.11.15", "@types/shortid": "^0.0.29", "chai": "^4.3.7", "copyfiles": "^2.4.1", "deep-equal": "^2.1.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "rollup": "^3.7.4", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-typescript2": "^0.34.1", "tslint": "^6.1.3", "typescript": "^4.9.4" }, "gitHead": "3b1996a2172b9086f1ad5f430fe1e8c0ecaa57c3" }