Gianluca Guarini 11f029d42c updated: readme
2019-04-20 01:02:06 +02:00

25 lines
620 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",
"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.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-riot": "^2.0.0"
}
}