2019-07-22 18:11:26 +03:00
|
|
|
{
|
2019-07-29 21:56:41 +03:00
|
|
|
"name": "elm-pages",
|
2019-08-02 17:15:23 +03:00
|
|
|
"version": "1.0.3",
|
2019-07-29 23:44:26 +03:00
|
|
|
"description": "Type-safe static sites, written in pure elm with your own custom elm-markup syntax.",
|
2019-07-22 18:11:26 +03:00
|
|
|
"scripts": {
|
2019-07-29 21:56:41 +03:00
|
|
|
"build": "parcel build generator/src/elm-pages.ts --out-file bundle.js --target node --bundle-node-modules --no-source-maps"
|
2019-07-22 18:11:26 +03:00
|
|
|
},
|
|
|
|
"author": "Dillon Kearns",
|
|
|
|
"license": "BSD-3",
|
2019-07-23 16:08:00 +03:00
|
|
|
"dependencies": {
|
2019-07-26 20:15:45 +03:00
|
|
|
"chokidar": "^2.1.5",
|
2019-07-23 16:08:00 +03:00
|
|
|
"glob": "^7.1.4"
|
|
|
|
},
|
2019-07-22 18:11:26 +03:00
|
|
|
"devDependencies": {
|
2019-07-26 20:15:45 +03:00
|
|
|
"@types/chokidar": "^2.1.3",
|
2019-07-23 16:08:00 +03:00
|
|
|
"@types/glob": "^7.1.1",
|
2019-07-23 07:05:31 +03:00
|
|
|
"@types/node": "^12.6.8",
|
2019-07-22 18:11:26 +03:00
|
|
|
"elm": "^0.19.0-no-deps",
|
|
|
|
"elm-test": "^0.19.0-rev6",
|
|
|
|
"node-elm-compiler": "^5.0.3",
|
2019-07-23 07:05:31 +03:00
|
|
|
"parcel-bundler": "^1.12.3",
|
|
|
|
"typescript": "^3.5.3"
|
2019-07-24 07:04:12 +03:00
|
|
|
},
|
2019-07-29 23:53:30 +03:00
|
|
|
"files": [
|
|
|
|
"dist/",
|
|
|
|
"generator/bin/elm-pages"
|
|
|
|
],
|
2019-07-24 07:04:12 +03:00
|
|
|
"bin": {
|
2019-07-29 21:56:41 +03:00
|
|
|
"elm-pages": "generator/bin/elm-pages"
|
2019-07-22 18:11:26 +03:00
|
|
|
}
|
|
|
|
}
|