Files
roll20-character-sheets/backbone/package.json
T
dependabot[bot] 65365e3d30 Bump pug from 3.0.2 to 3.0.3 in /backbone
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-01 17:40:18 +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": "^27.2.5",
"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
}
]
]
}
}