MSAgent-Chat/webapp/package.json
Lily Tsuru e170c5c6b6 msagent.js: core-ize
This will allow us to parse ACS files on the server side without hassle.
2024-08-25 08:56:12 -04:00

24 lines
677 B
JSON

{
"name": "@msagent-chat/webapp",
"scripts": {
"build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html src/html/testbed.html",
"serve": "parcel src/html/index.html src/html/testbed.html",
"clean": "run-script-os",
"clean:darwin:linux": "rm -rf dist .parcel-cache",
"clean:win32": "rd /s /q dist .parcel-cache"
},
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@msagent.js/web": "*",
"@parcel/core": "^2.12.0",
"parcel": "^2.12.0",
"run-script-os": "^1.1.6",
"sharp": "^0.31.1",
"typescript": "^5.5.3"
},
"type": "module",
"dependencies": {
"nanoevents": "^9.0.0"
}
}