html.js/package.json

24 lines
430 B
JSON
Raw Permalink Normal View History

2022-12-20 20:53:19 +00:00
{
"name": "@nulo/html.js",
2023-01-12 18:30:21 +00:00
"type": "module",
2023-03-31 23:19:54 +00:00
"version": "0.0.9",
2022-12-20 20:53:19 +00:00
"description": "",
"main": "dist/html.js",
2023-03-09 14:15:47 +00:00
"files": [
"dist/**.js",
"dist/**.d.ts"
],
2022-12-20 20:53:19 +00:00
"scripts": {
"prepublish": "tsc"
},
"author": "Nulo <git@nulo.in>",
"devDependencies": {
2023-03-31 23:19:43 +00:00
"@types/html-escaper": "^3.0.0",
2022-12-20 20:53:19 +00:00
"@types/node": "^18.11.17",
"typescript": "^4.9.4"
2023-03-31 23:19:43 +00:00
},
"dependencies": {
"html-escaper": "^3.0.3"
2022-12-20 20:53:19 +00:00
}
}