package.json
Node.js package manifest
JSON
{
"name": "my-app",
"version": "1.0.0",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"dependencies": {
"express": "^4.18.0"
}
}Stats
- Key count: 7
- Nesting depth: 2
- Size: 163 bytes