-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.04 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
{
"name": "@ap92/game-data-schema",
"version": "0.0.0",
"description": "A TypeScript data model and JSON schema for encapsulating game data, with a focus on flexibility and human readability.",
"homepage": "AmateurPanda92/game-data-schema",
"license": "MIT",
"private": true,
"author": {
"name": "Andi Emma Davies",
"email": "andi@stackinabox.co.uk",
"url": "github:andiemmadavies"
},
"bugs": {
"url": "github:AmateurPanda92/game-data-schema/issues",
"email": "andi@stackinabox.co.uk"
},
"repository": "AmateurPanda92/game-data-schema",
"keywords": [
"ap92",
"amateurpanda92",
"siab",
"stackinabox",
"stack-in-a-box",
"game",
"games",
"data",
"schema",
"format",
"json",
"asset",
"assets",
"sprite",
"sprites",
"graphic",
"graphics",
"tile",
"tiles",
"palette",
"palettes",
"pixel",
"pixels",
"audio",
"music",
"soundtrack",
"vgm",
"attributes"
],
"devDependencies": {
"typescript": "^4.9.4"
}
}