{ "name": "Introduction-to-JavaScript", "version": "1.0.0", "description": "The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor.", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --verbose --watchAll" }, "repository": { "type": "git", "url": "git+https://github.com/LambdaSchool/Introduction-to-JavaScript.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/LambdaSchool/Introduction-to-JavaScript/issues" }, "homepage": "https://github.com/LambdaSchool/Introduction-to-JavaScript#readme", "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "babel-jest": "^26.3.0", "eslint": "^7.10.0", "jest": "^26.4.2" } }