UNPKG

@wireapp/commons

Version:

Collection of common components that are used across Wire web applications.

41 lines (40 loc) 999 B
{ "name": "@wireapp/commons", "license": "GPL-3.0", "description": "Collection of common components that are used across Wire web applications.", "repository": "https://github.com/wireapp/wire-web-packages/tree/main/packages/commons", "files": [ "lib" ], "main": "lib/index", "keywords": [ "commons", "utils" ], "dependencies": { "ansi-regex": "5.0.1", "fs-extra": "11.3.0", "logdown": "3.3.1", "platform": "1.3.6" }, "devDependencies": { "@swc/core": "^1.3.10", "@swc/jest": "^0.2.23", "@types/fs-extra": "11.0.4", "@types/jest": "^29.2.0", "@types/platform": "1.3.6", "jest": "^29.2.1", "rimraf": "6.0.1", "typescript": "^5.0.4" }, "scripts": { "build": "yarn clean && tsc", "clean": "rimraf lib", "dist": "yarn build", "test": "jest", "test:coverage": "yarn test", "test:watch": "yarn jest --watch" }, "version": "5.4.2", "gitHead": "64b4dd660cc72a9b6d27f70a188b3de7a6406aed" }