Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
48
node_modules/@edge-runtime/format/package.json
generated
vendored
Normal file
48
node_modules/@edge-runtime/format/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"name": "@edge-runtime/format",
|
||||
"description": "A printf-like string formatter for Edge Runtime",
|
||||
"homepage": "https://github.com/vercel/edge-runtime#readme",
|
||||
"version": "2.2.1",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
"directory": "packages/format",
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vercel/edge-runtime.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vercel/edge-runtime/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"edge",
|
||||
"edge-runtime",
|
||||
"format",
|
||||
"formatter",
|
||||
"functions",
|
||||
"printf",
|
||||
"runtime",
|
||||
"standard",
|
||||
"web"
|
||||
],
|
||||
"devDependencies": {
|
||||
"tsup": "8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"license": "MPL-2.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"clean": "pnpm run clean:node && pnpm run clean:build",
|
||||
"clean:build": "rm -rf dist",
|
||||
"clean:node": "rm -rf node_modules",
|
||||
"prebuild": "pnpm run clean:build",
|
||||
"test": "TZ=UTC jest"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue