| 12345678910111213141516171819 |
- {
- "name": "gitautomerge",
- "version": "1.0.0",
- "description": "git 自动合并请求",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.caner.top/Caner/gitAutoMerge.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "log4js": "^6.7.1",
- "puppeteer": "^19.2.2"
- }
- }
|