verified-memory-allocator/package.json

31 lines
687 B
JSON

{
"name": "hvisor-ma",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cz": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiuJun5817/hvisor-ma.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LiuJun5817/hvisor-ma/issues"
},
"homepage": "https://github.com/LiuJun5817/hvisor-ma#readme",
"devDependencies": {
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}