38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "picgo-plugin-light-picture",
|
|
"version": "1.0.1",
|
|
"description": "适用于LightPicture图床的PicGo插件",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "",
|
|
"scripts": {
|
|
"publish": "npm publish --registry http://registry.npmjs.org",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"patch": "npm version patch && git push origin master && git push origin --tags",
|
|
"minor": "npm version minor && git push origin master && git push origin --tags",
|
|
"major": "npm version major && git push origin master && git push origin --tags"
|
|
},
|
|
"keywords": [
|
|
"picgo",
|
|
"picgo-gui-plugin",
|
|
"picgo-plugin"
|
|
],
|
|
"author": "coldezhang",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:/coldezhang/picgo-plugin-light-picture.git"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@varnxy/logger": "^1.1.2",
|
|
"eslint": "^5.0.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-standard": "^3.1.0"
|
|
}
|
|
}
|