mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-02 05:23:21 +00:00
chore: Update deps
This commit is contained in:
34
lib/node_modules/@deno/shim-deno-test/package.json
generated
vendored
Normal file
34
lib/node_modules/@deno/shim-deno-test/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@deno/shim-deno-test",
|
||||
"version": "0.4.0",
|
||||
"description": "Deno.test only shim.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm run generate-deno-types && tsc",
|
||||
"generate-deno-types": "deno run --allow-read --allow-write=. ./scripts/generateDenoTypes.ts",
|
||||
"test": "echo 'tested by shim-deno package.'"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/denoland/node_deno_shims.git"
|
||||
},
|
||||
"keywords": [
|
||||
"shim",
|
||||
"deno",
|
||||
"test",
|
||||
"node.js"
|
||||
],
|
||||
"author": "The Deno authors",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/denoland/node_deno_shims/issues"
|
||||
},
|
||||
"homepage": "https://github.com/denoland/node_deno_shims#readme",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user