mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-29 18:00:47 +03:00
26 lines
687 B
JSON
26 lines
687 B
JSON
{
|
|
"name": "elm-static-markup",
|
|
"version": "1.0.0",
|
|
"description": "Static site generator for elm-markup.",
|
|
"scripts": {
|
|
"build": "parcel build generator/src/elm-static-markup.ts --out-file bundle.js --target node --bundle-node-modules --no-source-maps"
|
|
},
|
|
"author": "Dillon Kearns",
|
|
"license": "BSD-3",
|
|
"dependencies": {
|
|
"glob": "^7.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/node": "^12.6.8",
|
|
"elm": "^0.19.0-no-deps",
|
|
"elm-test": "^0.19.0-rev6",
|
|
"node-elm-compiler": "^5.0.3",
|
|
"parcel-bundler": "^1.12.3",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"bin": {
|
|
"elm-static-markup": "generator/bin/elm-static-markup"
|
|
}
|
|
}
|