Skip to content

Commit d60561c

Browse files
committed
Update package.json
1 parent 2e629b8 commit d60561c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: package-lock.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
2+
"name": "transformers.js-examples",
3+
"version": "1.0.0",
4+
"description": "A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers.js) demos and example applications.",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"keywords": [
9+
"transformers",
10+
"transformers.js",
11+
"hugging face",
12+
"huggingface",
13+
"machine learning",
14+
"ai"
15+
],
16+
"author": "Hugging Face",
17+
"license": "Apache-2.0",
218
"devDependencies": {
319
"prettier": "3.3.3"
420
}

0 commit comments

Comments
 (0)