{ "name": "goparser", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^17.0.21", "typescript": "^4.6.2" } }