html.js/package.json
2023-03-09 11:15:47 -03:00

20 lines
339 B
JSON

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