{ "name": "@nulo/site-analyzer", "type": "module", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "watch": "tsc --watch", "start": "node src/", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@nulo/html.js": "^0.0.9", "domhandler": "^5.0.3", "htmlparser2": "^8.0.1" }, "devDependencies": { "@types/htmlparser2": "^3.10.3", "@types/node": "^18.11.9", "typescript": "^4.9.3" } }