UNPKG

xcraft-core-activity

Version:
49 lines (48 loc) 1.15 kB
{ "name": "xcraft-core-activity", "version": "3.1.5", "description": "Xcraft activity manager", "main": "lib/index.js", "engines": { "node": ">=14" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "xcraft", "activity" ], "repository": { "type": "git", "url": "git+https://github.com/Xcraft-Inc/xcraft-core-activity.git" }, "config": { "xcraft": { "commands": true } }, "dependencies": { "biguint-format": "^1.0.0", "flake-idgen": "^1.1.0", "xcraft-core-busclient": "^5.0.0", "xcraft-core-log": "^2.2.0" }, "author": "Epsitec SA", "contributors": [ "Mathieu Schroeter <schroeter@epsitec.ch>", "Samuel Loup <loup@epsitec.ch>", "Gillian Fries <fries@epsitec.ch>" ], "license": "MIT", "bugs": { "url": "https://github.com/Xcraft-Inc/xcraft-core-activity/issues" }, "homepage": "https://github.com/Xcraft-Inc/xcraft-core-activity#readme", "devDependencies": { "prettier": "2.0.4", "xcraft-dev-prettier": "^2.0.0", "xcraft-dev-rules": "^4.4.0" }, "prettier": "xcraft-dev-prettier" }