package.json 135 B

12345678
  1. {
  2. "name": "test-plugin",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "build": "echo 'Building test-plugin'"
  7. }
  8. }