html.js/package.json
2023-03-31 20:21:36 -03:00

24 lines
430 B
JSON

{
"name": "@nulo/html.js",
"type": "module",
"version": "0.0.9",
"description": "",
"main": "dist/html.js",
"files": [
"dist/**.js",
"dist/**.d.ts"
],
"scripts": {
"prepublish": "tsc"
},
"author": "Nulo <git@nulo.in>",
"devDependencies": {
"@types/html-escaper": "^3.0.0",
"@types/node": "^18.11.17",
"typescript": "^4.9.4"
},
"dependencies": {
"html-escaper": "^3.0.3"
}
}