lightwrite
Version:
A lightweight HTML element builder
29 lines (28 loc) • 725 B
JSON
{
"name": "lightwrite",
"version": "1.1.2",
"main": "out/main.js",
"funding": "https://github.com/Coding4ever123/lightwrite?sponsor=1",
"scripts": {
"build": "webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coding4ever123/lightwrite.git"
},
"types": "./types/index.d.ts",
"author": "Coding4ever123",
"license": "MIT",
"description": "A lightweight HTML element builder",
"keywords": [
"HTML",
"Dom"
],
"devDependencies": {
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}