Files
gridpilot.gg/core/racing/package.json
2025-12-15 13:46:07 +01:00

20 lines
439 B
JSON

{
"name": "@gridpilot/racing",
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"type": "module",
"exports": {
".": "./index.ts",
"./domain/*": "./domain/*",
"./application": "./application/index.ts",
"./application/*": "./application/*",
"./infrastructure/*": "./infrastructure/*"
},
"dependencies": {
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/uuid": "^10.0.0"
}
}