mirror of https://github.com/Seich/Beau.git
41 lines
874 B
JSON
41 lines
874 B
JSON
{
|
|
"name": "beau",
|
|
"version": "0.7.3",
|
|
"description": "A tool for testing JSON APIs",
|
|
"main": "./src/beau.js",
|
|
"author": "Sergio Diaz <seich@martianwabbit.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"cli-color": "^1.1.0",
|
|
"clui": "^0.3.1",
|
|
"commander": "^2.12.2",
|
|
"deepmerge": "^2.0.1",
|
|
"dotenv": "^5.0.1",
|
|
"js-yaml": "^3.7.0",
|
|
"jsome": "^2.3.26",
|
|
"request": "^2.83.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"requireg": "^0.1.6",
|
|
"update-notifier": "^2.3.0"
|
|
},
|
|
"repository": "git@github.com:Seich/Beau.git",
|
|
"devDependencies": {
|
|
"jest": "22.0.4"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"notify": true
|
|
},
|
|
"bin": {
|
|
"beau": "./bin/beau"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.3"
|
|
}
|
|
}
|