forked from huggingface/transformers.js-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 736 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "transformers.js-examples",
"version": "1.0.0",
"description": "A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers.js) demos and example applications.",
"type": "module",
"scripts": {
"update": "node .scripts/update.js",
"audit": "node .scripts/update.js --audit_only",
"build": "node .scripts/build.js",
"format": "prettier --write ."
},
"keywords": [
"transformers",
"transformers.js",
"hugging face",
"huggingface",
"machine learning",
"ai"
],
"author": "Hugging Face",
"license": "Apache-2.0",
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8"
}
}