mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workers-types) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/cloudflare/workers-types/releases) - [Changelog](https://github.com/cloudflare/workers-types/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-types/commits) Signed-off-by: dependabot[bot] <support@github.com>
18 lines
517 B
JSON
18 lines
517 B
JSON
{
|
|
"name": "@roleypoly/api",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yarn workspace @roleypoly/worker-emulator build --basePath `pwd`",
|
|
"lint:types": "tsc --noEmit",
|
|
"start": "yarn workspace @roleypoly/worker-emulator start --basePath `pwd`"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^2.2.1",
|
|
"@roleypoly/misc-utils": "*",
|
|
"@roleypoly/types": "*",
|
|
"@roleypoly/worker-emulator": "*",
|
|
"ksuid": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"ts-loader": "^8.0.18"
|
|
}
|
|
}
|