Standalone AO API server written in TypeScript. Use @autonomousorganization/ao-cli to install and run as a service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

{
"name": "ao-server",
"version": "0.0.1",
"repository": "http://git.coalitionofinvisiblecolleges.org:3009/autonomousorganization/ao-server.git",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "npx tsc --project tsconfig.json",
"serve": "npm run build && node --loader ts-node/esm src/server/app.ts"
},
"type": "module",
"dependencies": {
"better-sqlite3": "^7.5.1",
"bitcoin-core": "^3.0.0",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.6",
"cron": "^2.0.0",
"date-fns": "^2.28.0",
"express": "^4.18.1",
"kefir": "^3.8.8",
"lodash.samplesize": "^4.2.0",
"multer": "^1.4.4",
"rsync": "^0.6.1",
"sha.js": "^2.4.11",
"socket.io": "^4.5.0",
"socket.io-client": "^4.5.0",
"socketio-auth": "^0.1.1",
"superagent": "^7.1.3",
"tor-request": "^3.1.0",
"uuid": "^8.3.2",
"youtube-dl-wrap": "^2.1.1"
},
"devDependencies": {
"@types/socket.io": "^3.0.2",
"@types/superagent": "^4.1.15",
"chalk": "^5.0.1",
"dotenv": "^16.0.1",
"hash.js": "^1.1.7",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.8.0-dev.20220613"
}
}