{ "name": "@riotjs/parcel-transformer-riot", "version": "7.0.2", "description": "The Riot.js official parcel transformer", "main": "index.js", "scripts": { "prepare": "npm i --no-save @riotjs/compiler@6 @riotjs/hot-reload@6 riot@6", "test": "npx eslint *.js && npm run test-bundle", "test-bundle": "cd test && npm i" }, "engines": { "parcel": "2.x" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/riot/parcel-plugin-riot" }, "peerDependencies": { "@riotjs/compiler": "^6.0.4" }, "devDependencies": { "eslint": "^8.1.0", "eslint-config-riot": "^3.0.0" }, "dependencies": { "@parcel/plugin": "^2.0.0", "@parcel/source-map": "^2.0.0" } }