CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json12 linesDownload Raw Back to webpack
1{2  "version":"0.0.1",3  "scripts": {4    "bundle": "webpack",5    "test": "npm run bundle && node bundler-test.js"6  },7  "devDependencies": {8    "webpack": "^5.49.0",9    "webpack-cli": "^4.7.2"10  }11}12