xcraft-core-probe
Version:
Xcraft probe utils
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "xcraft-core-probe",
"version": "2.1.3",
"description": "Xcraft probe utils",
"main": "./lib/index.js",
"engines": {
"node": ">=14"
},
"scripts": {},
"keywords": [
"xcraft",
"probe",
"probing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-probe.git"
},
"config": {
"xcraft": {
"commands": true
}
},
"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-probe/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-probe#readme",
"dependencies": {
"xcraft-core-etc": "^3.0.0",
"xcraft-core-host": "^3.6.7"
},
"optionalDependencies": {
"xcraft-core-book": "^1.0.0"
},
"devDependencies": {
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.0"
},
"prettier": "xcraft-dev-prettier"
}