Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from YesMaintain/dependabot/npm_and_yarn/Scrip…
Browse files Browse the repository at this point in the history
…t/dotenv-16.4.2

Bump dotenv from 16.4.1 to 16.4.2 in /Script
  • Loading branch information
github-actions[bot] authored Feb 12, 2024
2 parents 8a528ce + 63ff4b0 commit 6baad8c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
1 change: 0 additions & 1 deletion Script
Submodule Script deleted from 96bbcd
50 changes: 50 additions & 0 deletions Script/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "@yesmaintain/script",
"version": "0.0.12",
"private": false,
"description": "Maintains GitHub repositories. 🔧",
"homepage": "https://github.com/YesMaintain/NPMScript#readme",
"bugs": {
"url": "https://github.com/YesMaintain/NPMScript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YesMaintain/NPMScript.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Nikola Hristov",
"email": "[email protected]",
"url": "https://nikolahristov.tech"
},
"type": "module",
"main": "./Target/Class/YesMaintain.js",
"types": "./Target/Class/YesMaintain.d.ts",
"bin": {
"Maintain": "Target/Class/YesMaintain.js"
},
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es Configuration/ESBuild.ts"
},
"dependencies": {
"@octokit/core": "5.1.0",
"commander": "12.0.0",
"deepmerge-ts": "5.1.0",
"dotenv": "16.4.2",
"etag": "1.8.1",
"fast-glob": "3.3.2",
"zod": "3.22.4"
},
"devDependencies": {
"@octokit/types": "12.4.0",
"@types/etag": "1.8.3",
"@types/node": "20.11.17",
"@types/pacote": "11.1.8",
"esbuild": "0.20.0",
"esbuild-plugin-copy": "2.1.1",
"typescript-esbuild": "0.3.9"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 6baad8c

Please sign in to comment.