25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"name": "@riotjs/parcel-plugin-riot",
|
|
"version": "4.0.0",
|
|
"description": "A parcel plugin for riot.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepare": "npm i --no-save @riotjs/compiler parcel-bundler @riotjs/hot-reload riot@4.0.0-rc.13",
|
|
"test": "npx eslint *.js && npm run test-bundle",
|
|
"test-bundle": "cd test && npm i"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andruschka/parcel-plugin-riot"
|
|
},
|
|
"peerDependencies": {
|
|
"parcel-bundler": "^1.12.3",
|
|
"@riotjs/compiler": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-riot": "^2.0.0"
|
|
}
|
|
}
|