Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "neon-cli-test",
|
|
"version": "0.1.0",
|
|
"description": "Integration tests for neon-cli.",
|
|
"author": "Dave Herman <david.herman@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/neon-bindings/neon.git"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE-*",
|
|
"dependencies": {
|
|
"chalk": "~2.1.0",
|
|
"command-line-args": "^4.0.2",
|
|
"command-line-commands": "^2.0.0",
|
|
"command-line-usage": "^4.0.0",
|
|
"git-config": "0.0.7",
|
|
"handlebars": "^4.7.7",
|
|
"inquirer": "^3.0.6",
|
|
"mkdirp": "^0.5.1",
|
|
"quickly-copy-file": "^1.0.0",
|
|
"rimraf": "^2.6.1",
|
|
"rsvp": "^4.6.1",
|
|
"semver": "^5.1.0",
|
|
"toml": "^2.3.0",
|
|
"ts-typed-json": "^0.2.2",
|
|
"typescript": "^3.9.6",
|
|
"validate-npm-package-license": "^3.0.1",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.1.3",
|
|
"@types/chalk": "^0.4.31",
|
|
"@types/handlebars": "^4.0.32",
|
|
"@types/inquirer": "0.0.35",
|
|
"@types/mkdirp": "^0.5.1",
|
|
"@types/mocha": "^5.2.0",
|
|
"@types/node": "10.17.26",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/rsvp": "^3.3.1",
|
|
"@types/semver": "^5.3.31",
|
|
"@types/tmp": "0.0.33",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^8.1.0",
|
|
"suspicion": "^0.1.2",
|
|
"tmp": "0.0.33",
|
|
"ts-dict": "^0.1.1",
|
|
"ts-node": "^3.0.2",
|
|
"ts-unknown": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run transpile && mocha --timeout 5000 lib/**/*.js",
|
|
"transpile": "tsc"
|
|
}
|
|
}
|