mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 06:32:31 +00:00
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>
26 lines
784 B
JSON
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"
|
|
}
|
|
}
|