oc-template-elm-compiler
Version:
Compiler for the Elm OC template
44 lines • 1.02 kB
JSON
{
"name": "oc-template-elm-compiler",
"version": "2.0.1",
"description": "Compiler for the Elm OC template",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/vite-templates.git"
},
"bugs": {
"url": "https://github.com/opencomponents/vite-templates/issues"
},
"homepage": "https://github.com/opencomponents/vite-templates#readme",
"keywords": [
"oc",
"opencomponents",
"elm",
"oc-template"
],
"author": {
"name": "Ricardo Devis Agullo",
"email": "mkredz@gmail.com"
},
"license": "MIT",
"dependencies": {
"elm": "^0.19.1-6",
"oc-template-elm": "0.1.1",
"oc-vite-compiler": "^5.0.0",
"vite-plugin-elm": "^2.8.0"
},
"files": [
"dist/**",
"scaffold"
],
"devDependencies": {
"prettier": "^2.3.2",
"prettier-config-guestline": "2.0.0"
}
}