19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"name": "fox-maze-schema",
|
|
"version": "1.0.0",
|
|
"description": "Single source of truth for fox-maze config field definitions. Shared via npm file: dependency.",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./config-schema.json": "./config-schema.json",
|
|
"./utils": {
|
|
"import": "./src/utils.ts",
|
|
"types": "./src/utils.ts"
|
|
},
|
|
"./types": {
|
|
"import": "./src/types.ts",
|
|
"types": "./src/types.ts"
|
|
}
|
|
}
|
|
}
|