Files
roll20-character-sheets/BattleTech-A-Time-of-War/development/package.json
T
dependabot[bot] ee22cd843a Bump rollup in /BattleTech-A-Time-of-War/development
Bumps [rollup](https://github.com/rollup/rollup) from 2.58.0 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.58.0...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 08:39:36 +00:00

26 lines
784 B
JSON

{
"name": "battletech-a-time-of-war",
"version": "1.0.0",
"description": "Character sheet for Roll20 for the A Time of War TTRPG system.",
"main": "sheet-worker.js",
"type": "module",
"scripts": {
"test": "jest --silent --coverage",
"compile": "npx rollup src/sheet-worker.js --file output/sheet-worker.js --format cjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/runtime-corejs3": "^7.15.4",
"@rollup/plugin-babel": "^5.3.0",
"babelrc-rollup": "^3.0.0",
"core-js": "^3.18.2",
"eslint": "^7.32.0",
"jest": "^27.2.5",
"rollup": "^3.29.5"
}
}