mtinfo/app/package.json
dependabot-preview[bot] 0ae1b617b5
Bump rollup from 2.26.4 to 2.26.5 in /app
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.4 to 2.26.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.26.4...v2.26.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 16:58:04 +00:00

20 lines
419 B
JSON

{
"name": "mtinfo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"bundle": "cd js && rollup -c rollup.config.js",
"jshint": "cd js && jshint .",
"start": "nodemon -w js/ -i js/bundle.js -x npm run bundle"
},
"author": "",
"license": "ISC",
"devDependencies": {
"jshint": "^2.12.0",
"nodemon": "^2.0.4",
"rollup": "^2.26.5"
}
}