mirror of
https://github.com/codeninjasgg/roblox-royale-camp.git
synced 2025-03-21 02:19:54 -04:00
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>
16 lines
364 B
JSON
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"
|
|
}
|
|
}
|