site-analyzer/package.json

26 lines
542 B
JSON
Raw Normal View History

2022-11-25 21:05:58 +00:00
{
"name": "@nulo/site-analyzer",
2022-11-25 21:05:58 +00:00
"type": "module",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
2022-11-26 01:09:17 +00:00
"watch": "tsc --watch",
"start": "node src/",
2022-11-25 21:05:58 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-03-31 23:38:34 +00:00
"@nulo/html.js": "^0.0.9",
2022-11-25 21:05:58 +00:00
"domhandler": "^5.0.3",
"htmlparser2": "^8.0.1"
},
"devDependencies": {
"@types/htmlparser2": "^3.10.3",
2022-11-26 01:01:30 +00:00
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
2022-11-25 21:05:58 +00:00
}
}