roblox-royale-camp/package.json
dependabot[bot] 7af5588e65
Bump marked from 1.1.1 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 1.1.1 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v1.1.1...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 02:45:31 +00:00

16 lines
364 B
JSON

{
"name": "online-docs-template",
"description": "A template for creating documentation with markdown files online.",
"version": "0.0.1",
"scripts": {
"dev": "nodemon ./src/index.mjs",
"build": "node ./src/index.mjs"
},
"dependencies": {
"marked": "^4.0.10"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
}
}