Files
fox-maze-schema/package.json
T

19 lines
459 B
JSON
Raw Permalink Normal View History

{
"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"
}
}
}