UNPKG

picgo-plugin-gitee-smart

Version:

picgo uploader for gitee with autofillextname if extname of img is missing

84 lines (83 loc) 2.11 kB
{ "name": "picgo-plugin-gitee-smart", "version": "1.1.7", "description": "picgo uploader for gitee with autofillextname if extname of img is missing", "gui": true, "main": "dist/index.js", "publishConfig": { "access": "public" }, "files": [ "lib", "dist" ], "repository": { "type": "git", "url": "git+https://gitee.com/jxyufeng/picgo-plugin-gitee-uploader--autofillextname" }, "homepage": "https://gitee.com/jxyufeng/picgo-plugin-gitee-uploader--autofillextname", "scripts": { "build": "tsc -p .", "dev": "tsc -w -p .", "clean": "rm -rf dist", "test": "jest", "pub": "yarn clean && yarn build && yarn publish", "changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" }, "keywords": [ "picgo", "picgo-plugin", "picgo-gui-plugin", "picgo-plugin-gitee", "picgo-plugin-gitee-smart" ], "author": "lizhuang <le.z@foxmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.11", "@types/node": "^10.10.1", "cz-conventional-changelog": "^2.1.0", "jest": "^24.5.0", "nock": "^10.0.6", "picgo": "^1.3.0", "release-it": "^9.8.1", "ts-jest": "^24.0.0", "tslint": "^5.10.0", "tslint-config-standard": "^7.1.0", "typescript": "^3.0.3" }, "dependencies": { "dayjs": "^1.8.0", "normalize-path": "^3.0.0", "url-join": "^4.0.0" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "collectCoverageFrom": [ "lib/*.ts" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "testMatch": [ "**/test/*.test.(ts|tsx)" ] }, "bugs": { "url": "https://gitee.com/jxyufeng/picgo-plugin-gitee-uploader--autofillextname/issues" }, "directories": { "lib": "lib", "test": "test" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }