mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
Former-commit-id: 1b09def24148e80338f7e6e7138945a98f59ea90 [formerly 8d4bc65c4645ce9d45f86e25a802ab8a6b3df6d1] [formerly 040be88599e4521de8a6ec457fe3183a47f2a07c [formerly d9a92466eec0f38334640fba3d8d984d55a272ec]] Former-commit-id: 3e33ee1dbfc265ba78b131859b249b4cb627e5a6 [formerly 25aa7e670377a4897d936bbae24830af809b6f7e] Former-commit-id: 0f788251b7d446c3933c25a843d3feae05022592
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "shared",
|
|
"version": "0.0.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"types": "tsc -b --noEmit",
|
|
"build": "rm -rf dist && tsc"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.12.2"
|
|
}
|
|
} |