parcoursup/node_modules/@riotjs/hot-reload/package.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2023-03-05 13:23:23 +01:00
{
"author": "Gianluca Guarini https://github.com/GianlucaGuarini",
"bugs": {
"url": "https://github.com/riot/hot-reload/issues"
},
"dependencies": {
"bianco.query": "^1.1.4"
},
"description": "Riot Hot Reload Api",
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.22.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"jsdom": "^20.0.0",
"jsdom-global": "3.0.2",
"mocha": "^8.4.0",
"riot": "^7.0.3",
"rollup": "^2.78.0"
},
"peerDependencies": {
"riot": "^6.0.0 || ^7.0.0"
},
"homepage": "https://github.com/riot/hot-reload#readme",
"license": "MIT",
"main": "index.js",
"name": "@riotjs/hot-reload",
"repository": {
"type": "git",
"url": "git://github.com/riot/hot-reload.git"
},
"scripts": {
"prepare": "npm i riot --no-save",
"lint": "eslint src test",
"build": "rollup -c",
"pretest": "npm run build",
"test": "npm run lint && mocha -r esm test",
"prepublishOnly": "npm run build && npm run test"
},
"version": "6.0.1"
}