package.json 325 B

1234567891011121314
  1. {
  2. "name": "image_classification",
  3. "version": "0.0.1",
  4. "description": "An Electon.js example of image_classification using webnn-native",
  5. "main": "main.js",
  6. "author": "WebNN-native Authors",
  7. "license": "Apache-2.0",
  8. "scripts": {
  9. "start": "electron ."
  10. },
  11. "dependencies": {
  12. "electron": "^15.1.2"
  13. }
  14. }