xcraft-core-activity
Version:
Xcraft activity manager
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "xcraft-core-activity",
"version": "3.1.4",
"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": "Mathieu Schroeter & Samuel Loup",
"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"
}