diff --git a/Script b/Script deleted file mode 160000 index 96bbcde..0000000 --- a/Script +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 96bbcde55076dad3592664dcdd7eb49e2785cb01 diff --git a/Script/package.json b/Script/package.json new file mode 100644 index 0000000..00d5454 --- /dev/null +++ b/Script/package.json @@ -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": "nikola@nikolahristov.tech", + "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" + } +}