Gianluca Guarini 6f091b89d4 closes #7
2019-04-20 00:59:09 +02:00

16 lines
316 B
JSON

{
"name": "riot-parcel-test",
"main": "index.html",
"private": true,
"scripts": {
"postinstall": "parcel build index.html --no-cache"
},
"dependencies": {
"parcel-bundler": "^1.11.0"
},
"devDependencies": {
"@riotjs/compiler": "^4.0.0",
"@riotjs/parcel-plugin-riot": "file:../"
}
}