remote-jobs/package.json
dependabot[bot] f4d7bad8d8
Bump marked from 0.7.0 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 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/v0.7.0...v4.0.10)

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

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

28 lines
563 B
JSON

{
"scripts": {
"validate": "bin/validate.js",
"test": "mocha",
"build": "bin/build-site.js",
"serve": "http-server site/build/",
"start": "bin/serve-site.js"
},
"nodemonConfig": {
"ext": "js,md,html,css",
"ignore": [
"site/build/"
]
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"lunr": "2.3.7",
"marked": "^4.0.10",
"phin": "^3.4.0",
"rimraf": "^3.0.0",
"swig-templates": "^2.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"http-server": "^14.0.0",
"mocha": "^9.1.3"
}
}