-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 911 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 911 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@toon-format/spec",
"type": "module",
"version": "3.0.3",
"packageManager": "pnpm@10.30.1",
"description": "Official specification for Token-Oriented Object Notation (TOON)",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://github.com/toon-format/spec",
"repository": {
"type": "git",
"url": "https://github.com/toon-format/spec.git"
},
"bugs": {
"url": "https://github.com/toon-format/spec/issues"
},
"keywords": [
"toon",
"format",
"specification",
"llm",
"token-efficiency",
"data-format"
],
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"SPEC.md",
"VERSIONING.md",
"tests"
],
"scripts": {
"lint": "eslint .",
"release": "bumpp"
},
"devDependencies": {
"@antfu/eslint-config": "^7.4.3",
"bumpp": "^10.4.1",
"eslint": "^10.0.1"
}
}