You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 401B

12345678910111213141516171819
  1. {
  2. "name": "jsbootcamp",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "exercise_1.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.fullstacksyntra.be/Bram_Dieudonne/jsbootcamp.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "readline-sync": "^1.4.10"
  18. }
  19. }