TIL keywords in package.json
POSTED ON:
Today I learned what keywords are in a package.json
file!
It's a collection of keywords about a module. Keywords can help identify a package, related modules and software, and concepts.
"keywords": [
"metaverse",
"virtual reality",
"augmented reality",
"snow crash"
]
The Basics of Package.json in Node.js and npm
Related TILs
Tagged: node