{
"name": "mni-test-package",
"version": "1.0.0",
"description": "Test package for mni minifier",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "jest",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"webpack": "^5.88.0",
"babel-loader": "^9.1.3",
"@babel/core": "^7.22.0",
"jest": "^29.6.0",
"eslint": "^8.45.0",
"prettier": "^3.0.0"
},
"keywords": [
"minifier",
"javascript",
"css",
"optimization"
],
"author": "Test Author",
"license": "MIT"
}