UNPKG

@glue42/workspaces-api

Version:

Glue42 Core workspaces API

50 lines (49 loc) 1.44 kB
{ "name": "@glue42/workspaces-api", "version": "1.24.1", "description": "Glue42 Core workspaces API", "main": "dist/workspaces.umd.js", "module": "dist/workspaces.es.js", "types": "./workspaces.d.ts", "keywords": [ "glue", "glue42", "desktop", "workspaces" ], "homepage": "https://glue42.com/", "scripts": { "test": "echo no tests found", "build": "rollup -c", "audit": "echo no audit found", "audit:V1": "node ../../scripts/audit/index.js", "preversion": "npm run build && npm run test && npm run audit", "version": "npm run build" }, "author": { "name": "Glue42", "url": "https://www.glue42.com" }, "license": "MIT", "dependencies": { "@glue42/core": "^5.12.0", "callback-registry": "^2.5.2", "decoder-validate": "0.0.2", "nanoid": "^4.0.0" }, "publishConfig": { "access": "public" }, "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", "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" }