{
"name": "Jane Doe",
"version": "0.0.1",
"description": "A simple Node app built on fastify, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"package-name": "version",
"express": "^4.16.4",
"helmet": "^3.14.0",
"moment": "2.14.0",
"fastify": "^3.14.1",
"fastify-formbody": "^5.0.0",
"fastify-static": "^4.0.0",
"handlebars": "^4.7.7",
"point-of-view": "^4.14.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-node"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}
then i get this
// running tests “dependencies” should include “moment” “moment” version should be “2.14.0” // tests completed
am i doing anything wrong?
Challenge: Expand Your Project with External Packages from npm
Link to the challenge: