package.json 300 B

123456789101112
  1. {
  2. "name": "@humansignal/extract-antd-no-reset",
  3. "version": "0.0.1",
  4. "description": "Extract AntD with no CSS reset",
  5. "type": "module",
  6. "main": "extract-antd-no-reset.mjs",
  7. "bin": {
  8. "extract-antd-no-reset": "./extract-antd-no-reset.mjs"
  9. },
  10. "license": "MIT",
  11. "dependencies": {}
  12. }