20 lines
439 B
JSON
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"
|
|
}
|
|
} |