14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"name": "common",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"exports": {
|
|
".": { "import": "./src/index.ts" },
|
|
"./*": { "import": "./src/*.ts" }
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|