{ "name": "JavaScript-First", "version": "1.0.0", "description": "
In this book, you'll learn how to code with JavaScript using the node.js runtime environment rather than a browser and by the end, you will build a server and a website using JavaScript.
", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/HansUXdev/JavaScript-First.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/HansUXdev/JavaScript-First/issues" }, "homepage": "https://github.com/HansUXdev/JavaScript-First#readme", "devDependencies": { "lerna": "^3.22.1" }, "dependencies": { "bootstrap": "^5.0.0-alpha1", "node-fetch": "^2.6.0", "rfs": "^9.0.3" } }