extml
Version:
Converts html tagged templates to ExtJS component object.
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "extml",
"version": "2.45.3",
"description": "Converts html tagged templates to ExtJS component object.",
"main": "src/index.js",
"module": "dist/extml.es.js",
"type": "module",
"scripts": {
"preversion": "npm run-script test",
"postversion": "npm run-script build && git commit -a -m BUILD && npm publish && git push --follow-tags",
"release:major": "npm version major",
"release:minor": "npm version minor",
"release:patch": "npm version patch",
"build": "rollup --config rollup.config.js",
"watch": "rollup -w --config rollup.config.js",
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabioricali/html-to-extjs-object.git"
},
"keywords": [
"extjs",
"ext",
"sencha",
"cmd",
"htm",
"tagged-template-literals",
"html"
],
"author": "Fabio Ricali",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabioricali/html-to-extjs-object/issues"
},
"homepage": "https://github.com/fabioricali/html-to-extjs-object#readme",
"devDependencies": {
"@el3um4s/rollup-plugin-terser": "^1.0.2",
"@happy-dom/global-registrator": "^7.6.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"mocha": "^10.1.0",
"rollup": "^3.2.3",
"rollup-plugin-version-injector": "^1.3.3"
}
}