html.js/package.json
2023-01-12 14:54:35 -03:00

16 lines
307 B
JSON

{
"name": "@nulo/html.js",
"version": "0.0.3",
"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"
}
}