package.json 73 B

123456
  1. {
  2. "name": "helloworld",
  3. "scripts": {
  4. "build": "node ./build.js"
  5. }
  6. }