Today I Learned - Rocky Kev

TIL keywords in package.json

POSTED ON:

TAGS:

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:

TIL what is npm Script

Despite their high usage they are not particularly well optimized and add about 400ms of overhead. In this article we were able to bring that down to ~22ms.

TIL keywords in package.json

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.

TIL functional async/await

PLACEHOLDER