@itrocks/edit
Version:
Generic action-based object edit form in HTML and JSON
56 lines (55 loc) • 1.02 kB
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"dependencies": {
"@itrocks/action-pack": "latest",
"@itrocks/output": "latest",
"@itrocks/save": "latest"
},
"description": "Generic action-based object edit form in HTML and JSON",
"devDependencies": {
"sass": "^1.83",
"typescript": "~5.8"
},
"engines": {
"node": ">=18"
},
"exports": "./cjs/edit.js",
"homepage": "https://it.rocks",
"files": [
"config.yaml",
"LICENSE",
"README.md",
"cjs/*",
"css/*",
"!*.map"
],
"keywords": [
"API",
"backend",
"component",
"edit",
"generic",
"html",
"it.rocks",
"json",
"render",
"standard",
"UI",
"UX"
],
"license": "ISC",
"name": "@itrocks/edit",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/edit.git"
},
"scripts": {
"build": "tsc && cp src/*.html cjs/ && npm run build:css",
"build:css": "sass --no-source-map src:css && cp src/*.svg css/"
},
"types": "./cjs/edit.d.ts",
"version": "0.0.18"
}