2023-04-26 17:09:19 +02:00

19 lines
372 B
JSON

{
"name": "wppchecker",
"version": "1.0.0",
"description": "",
"main": "wppChecker.js",
"scripts": {
"test": "mocha wppChecker.js --require mocha-step --colors"
},
"author": "PtiSimon",
"license": "ISC",
"dependencies": {
"ajv": "^8.5.0",
"ajv-errors": "^3.0.0",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"mocha-steps": "^1.3.0"
}
}