parcoursup/node_modules/@riotjs/register/package.json

46 lines
1.2 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/gianlucaguarini/riot/register/issues"
},
"files": [
"src",
"register.js"
],
"description": "Allow .riot file importing in node",
"devDependencies": {
"@gianlucaguarini/eslint-config": "^2.0.0",
"@riotjs/compiler": "^6.1.3",
"chai": "^4.3.6",
"eslint": "^8.12.0",
"mocha": "^9.2.2",
"rollup": "^2.70.1"
},
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"pirates": "^4.0.5"
},
"peerDependencies": {
"@riotjs/compiler": "^6.1.3"
},
"homepage": "https://github.com/gianlucaguarini/riot/register#readme",
"license": "MIT",
"main": "register.js",
"module": "src/index.js",
"name": "@riotjs/register",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/gianlucaguarini/riot/register.git"
},
"scripts": {
"lint": "eslint src test",
"build": "rollup -c",
"pretest": "npm run build",
"test": "npm run lint && mocha -r ./register.js test/autoregister.spec.js && mocha test/core.spec.js",
"prepublishOnly": "npm run build && npm run test"
},
"version": "6.0.1"
}