package.json 71 B

123456
  1. {
  2. "type": "module",
  3. "scripts": {
  4. "test": "node index.js"
  5. }
  6. }