2024-07-01 23:49:42 -04:00
|
|
|
{
|
|
|
|
"name": "@msagent-chat/protocol",
|
|
|
|
"packageManager": "yarn@4.2.2",
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^5.5.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"main": "./dist/protocol.js",
|
2024-07-02 23:42:03 -04:00
|
|
|
"types": "./dist/protocol.d.ts",
|
|
|
|
"type": "module"
|
2024-07-01 23:49:42 -04:00
|
|
|
}
|