mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"name": "@roleypoly/interactions",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yarn workspace @roleypoly/worker-emulator build --basePath `pwd`",
|
|
"lint:types": "tsc --noEmit",
|
|
"start": "cfw-emulator"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^2.2.2",
|
|
"@roleypoly/types": "*",
|
|
"@roleypoly/worker-utils": "*",
|
|
"@types/node": "^16.4.10",
|
|
"tweetnacl": "^1.0.3"
|
|
}
|
|
}
|