15 lines
247 B
JSON
15 lines
247 B
JSON
|
|
{
|
||
|
|
"name": "annotatemap-shared",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"main": "dist/types.js",
|
||
|
|
"types": "dist/types.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "~5.7.2"
|
||
|
|
}
|
||
|
|
}
|