How do i EDIT the package.json file ? Ive re-read the backend lessons and dont see it. Please advise.
ec2-user:~/workspace $ cat <package.json
{
"name": "@clear/workspace",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node test.js"},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@linclark/pkg": "^1.0.2"}
}
ec2-user:~/workspace $ how-to-npm verify
Could not verify: SyntaxError: /home/ec2-user/workspace/package.json: Unexpected end of JSON input
at Object.parse (native)
at Object.Module._extensions…json (module.js:587:27)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.exports.verify (/home/ec2-user/.nvm/versions/node/v6.12.3/lib/node_modules/how-to-npm/problems/06-npm-test/index.js:18:12)
at LegacyAdventure.WA.executeExercise (/home/ec2-user/.nvm/versions/node/v6.12.3/lib/node_modules/how-to-npm/node_modules/workshopper-adventure/index.js:425:16)
at LegacyAdventure.WA.process (/home/ec2-user/.nvm/versions/node/v6.12.3/lib/node_modules/how-to-npm/node_modules/workshopper-adventure/index.js:317:17)