Files
Productier/packages/api-client/package.json
T
Tomas Dvorak 3cb40adb23 first commit
2026-04-10 12:04:09 +02:00

12 lines
175 B
JSON

{
"name": "@productier/api-client",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"exports": {
".": "./src/index.ts"
}
}