Files
intotheeast-com-content/plugins/api/package.json
T

11 lines
214 B
JSON

{
"private": true,
"scripts": {
"test:api": "./tests/newman/run.sh",
"test:api:verbose": "./tests/newman/run.sh --reporter-cli-no-summary false"
},
"devDependencies": {
"newman": "^6.2.2"
}
}