remote-jobs/package.json
dependabot[bot] 71f472f706
Bump phin from 3.6.0 to 3.7.1
Bumps [phin](https://github.com/ethanent/phin) from 3.6.0 to 3.7.1.
- [Commits](https://github.com/ethanent/phin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 22:45:07 +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.7.1",
"rimraf": "^3.0.0",
"swig-templates": "^2.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"http-server": "^14.0.0",
"mocha": "^9.2.2"
}
}