File size: 300 Bytes
a008905
 
 
764b3f1
 
 
a008905
764b3f1
a008905
 
 
87d6dca
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "example-project",
  "version": "1.0.0",
  "description": "A simple Node.js project",
  "main": "index.mjs",
  "type": "module",
  "scripts": {
    "start": "node index.mjs"
  },
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "@xenova/transformers": "^2.17.1"
  }
}