package.json 289 B

123456789101112131415
  1. {
  2. "name": "ag-grid-base-icons",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "node generator.js"
  8. },
  9. "author": "ag-Grid",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "@vusion/webfonts-generator": "^0.6.0",
  13. "glob": "^7.1.6"
  14. }
  15. }