- Add GETTING_STARTED.md with quick start guide and development modes - Add INSTALL.sh automated installation script - Add INSTALLATION_CHECKLIST.md, INSTALLATION_SUCCESS.md, and INSTALLATION_SUMMARY.md - Add QUICK_REFERENCE.md for common commands - Add SETUP_GUIDE.md with detailed setup instructions - Update README.md with improved project overview - Add did-wallet app dependencies and node_modules
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "napi-macros",
|
|
"version": "2.2.2",
|
|
"description": "Set of utility macros to make writing N-API modules a little easier.",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/napi-macros.git"
|
|
},
|
|
"files": [
|
|
"napi-macros.h",
|
|
"index.js"
|
|
],
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/napi-macros/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/napi-macros"
|
|
}
|