hmpl-loader
Version:
Loader for files with hpml extension for webpack
37 lines (36 loc) • 729 B
JSON
{
"name": "hmpl-loader",
"version": "0.0.7",
"description": "Loader for files with hpml extension for webpack",
"main": "index.js",
"scripts": {},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/hmpl-language/hmpl-loader"
},
"bugs": {
"url": "https://github.com/hmpl-language/hmpl-loader/issues"
},
"homepage": "https://hmpl-lang.dev/webpack.html",
"keywords": [
"hmpl",
"hmpl-js",
"loader",
"webpack",
"webpack-loader"
],
"author": "Anton Maklakov",
"license": "MIT",
"engines": {
"node": ">=10.12.0"
},
"dependencies": {
"schema-utils": "^4.1.0",
"hmpl-js": ">=1.0.4"
}
}