@uim/pu
Version:
CA UIM - Node.js Probe Utility
40 lines (39 loc) • 873 B
JSON
{
"name": "@uim/pu",
"version": "2.0.0",
"description": "CA UIM - Node.js Probe Utility",
"type": "module",
"exports": "./index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UIM-Community/uim_node_pu.git"
},
"keywords": [
"CA",
"UIM",
"ProbeUtility",
"pu"
],
"files": [
"index.js",
"src"
],
"author": "Asynchronous SASU <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/UIM-Community/uim_node_pu/issues"
},
"homepage": "https://github.com/UIM-Community/uim_node_pu#readme",
"devDependencies": {
"@nodesecure/eslint-config": "^1.5.0",
"@types/node": "^18.7.14",
"eslint": "^8.23.0"
},
"dependencies": {
"execa": "^6.1.0"
}
}