{
"name": "apicize-tools",
"version": "1.0.0",
"description": "Minified JS tools to include for testing",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"chai": "^4.3.10",
"jest": "^30.0.4",
"jsonpath-plus": "^10.1.0",
"terser-webpack-plugin": "^5.3.10",
"util": "^0.12.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}