26 lines
549 B
JSON
26 lines
549 B
JSON
{
|
|
"name": "@mediago/shared-common",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./build/index.js",
|
|
"module": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
".": "./build/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsdown --watch ./src",
|
|
"build": "tsdown",
|
|
"type:check": "tsc --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "caorushizi",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2",
|
|
"typescript": "^6.0.2",
|
|
"tsdown": "^0.15.9"
|
|
}
|
|
}
|