This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/package.json

28 lines
562 B
JSON
Raw Normal View History

2022-12-19 23:18:14 +00:00
{
"name": "sitio",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-ts": "./tool build_ts",
"build": "./tool build",
2023-01-12 18:30:57 +00:00
"check": "./tool check"
2022-12-19 23:18:14 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/commonmark": "^0.27.5",
"@types/node": "^18.11.18",
"esbuild": "^0.16.17",
2022-12-20 17:07:24 +00:00
"typescript": "^4.9.4"
2022-12-19 23:18:14 +00:00
},
"dependencies": {
"@nulo/html.js": "^0.0.8",
2023-04-16 18:58:25 +00:00
"commonmark": "^0.30.0",
"domutils": "^3.0.1",
"htmlparser2": "^8.0.2"
2022-12-19 23:18:14 +00:00
}
}