Mini Kabibi Habibi
{
"name": "@ccx/aid",
"version": "0.0.14",
"description": "Wrapper in node.js for Adobe Installer Data library",
"main": "build/Release/aid.node",
"scripts": {
"test": "node test",
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git@git.corp.adobe.com:CCX/node-aid.git"
},
"keywords": [
"adobe",
"installer",
"data",
"node.js",
"node-aid"
],
"author": "Atishay Jain <atjain@adobe.com>",
"license": "ISC",
"dependencies": {
"node-addon-api": "^2.0.0"
}
}