{ "name": "__PACKAGE_NAME__", "version": "0.1.0", "private": true, "type": "module", "scripts": { "clean": "rimraf dist", "build": "alga build", "postbuild": "node ./scripts/postbuild.mjs", "pack": "alga pack" }, "dependencies": { "@alga-psa/extension-runtime": "^0.3.0" }, "devDependencies": { "@alga-psa/cli": "^0.2.0", "rimraf": "^5.0.0" } }