UNPKG

@ark-us/chat-manager

Version:

53 lines (52 loc) 1.39 kB
{ "name": "@ark-us/chat-manager", "version": "0.0.17", "description": "", "main": "dist/src/index.js", "browser": "dist/index.umd.js", "module": "dist/index.esm.js", "scripts": { "test": "jest", "clean": "rm -rf dist", "build": "yarn clean && rollup -c", "dev": "yarn clean && rollup -c -w", "pretest": "npm run build" }, "author": "loredana.cirstea@gmail.com", "license": "GPL-3.0-or-later", "publishConfig": { "access": "public" }, "devDependencies": { "@babel/types": "^7.12.13", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.0", "@rollup/plugin-typescript": "^8.0.0", "@types/jest": "^26.0.19", "@types/node": "^14.14.3", "@types/random-words": "^1.1.0", "@types/uuid": "^8.3.0", "babel-jest": "^26.6.3", "isomorphic-webcrypto": "^2.3.6", "rollup": "^2.34.2", "rollup-plugin-peer-deps-external": "^2.2.4", "string.prototype.matchall": "^4.0.3", "ts-jest": "^26.4.4", "tslib": "^2.0.3", "typescript": "^4.1.3", "typescript-formatter": "^7.2.2" }, "files": [ "dist" ], "dependencies": { "@ark-us/name": "^0.0.1", "@ark-us/taylor": "^0.0.8", "deepmerge": "^4.2.2", "protons": "^2.0.0", "random-words": "^1.1.1", "uint8arrays": "^2.1.2", "uuid": "^8.3.2" } }