mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
add majority of routes and datapaths, start on interactions
This commit is contained in:
parent
bbc0053383
commit
3033ebacb7
47 changed files with 1650 additions and 58 deletions
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"name": "@roleypoly/api",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"main": "./src/index.ts",
|
||||
"scripts": {
|
||||
"build": "esbuild --bundle --sourcemap --platform=node --format=esm --outdir=dist --out-extension:.js=.mjs ./src/index.ts",
|
||||
"build": "yarn build:dev --minify",
|
||||
"build:dev": "esbuild --bundle --sourcemap --platform=node --format=esm --outdir=dist --out-extension:.js=.mjs ./src/index.ts",
|
||||
"dev": "miniflare --watch --debug",
|
||||
"lint:types": "tsc --noEmit"
|
||||
},
|
||||
|
@ -14,6 +16,7 @@
|
|||
"@roleypoly/types": "*",
|
||||
"@roleypoly/worker-utils": "*",
|
||||
"@types/deep-equal": "^1.0.1",
|
||||
"@types/node": "^13.13.0",
|
||||
"deep-equal": "^2.0.5",
|
||||
"esbuild": "^0.14.14",
|
||||
"itty-router": "^2.4.10",
|
||||
|
@ -21,6 +24,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"miniflare": "^2.2.0",
|
||||
"ts-jest": "^27.1.3",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"ulid-workers": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue