Files
roll20-character-sheets/backbone/package.json
T
dependabot[bot] def617a9ee Bump @tootallnate/once and jest in /backbone
Bumps [@tootallnate/once](https://github.com/TooTallNate/once) to 2.0.1 and updates ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Updates `@tootallnate/once` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/TooTallNate/once/releases)
- [Changelog](https://github.com/TooTallNate/once/blob/v2.0.1/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/once/compare/2.0.0...v2.0.1)

Updates `jest` from 27.5.1 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: "@tootallnate/once"
  dependency-version: 2.0.1
  dependency-type: indirect
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-25 13:51:21 +00:00

40 lines
842 B
JSON

{
"name": "Backbone",
"version": "1.0.0",
"description": "Below is the information on how the Backbone project will be handled and developed.",
"main": "index.js",
"scripts": {
"start": "nodemon render.js",
"test": "jest",
"wtest":"jest --watchAll"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.1",
"jest": "^30.4.2",
"jest-summary-reporter": "^0.0.2",
"jsdom": "^20.0.0",
"nodemon": "^2.0.20",
"pug": "^3.0.3",
"sass-embedded": "^1.55.0",
"underscore": "^1.13.6"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"reporters": [
"default",
[
"jest-summary-reporter",
{
"failuresOnly": false
}
]
]
}
}