- 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
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"name": "@tsconfig/node16",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tsconfig/bases.git",
|
|
"directory": "bases"
|
|
},
|
|
"license": "MIT",
|
|
"description": "A base TSConfig for working with Node 16.",
|
|
"keywords": [
|
|
"tsconfig",
|
|
"node16"
|
|
],
|
|
"version": "1.0.4"
|
|
} |