|
30 | 30 | "publish-to-npm": "node publish-npm-check.js && npm publish",
|
31 | 31 | "publish-to-cdn": "node publish.js",
|
32 | 32 | "snyk-protect": "snyk-protect",
|
33 |
| - "prepublish": "npm run snyk-protect", |
34 | 33 | "lint-staged": "lint-staged",
|
35 | 34 | "detect-secrets": "node task/detect-secrets",
|
36 | 35 | "tsc": "npm run tsc:clean && npm run tsc:build",
|
|
46 | 45 | "npm run publish-to-cdn"
|
47 | 46 | ]
|
48 | 47 | },
|
| 48 | + "homepage": "https://github.com/ali-sdk/ali-oss", |
| 49 | + "bugs": { |
| 50 | + "url": "https://github.com/ali-sdk/ali-oss/issues" |
| 51 | + }, |
| 52 | + "publishConfig": { |
| 53 | + "registry": "https://registry.npmjs.org/", |
| 54 | + "access": "public", |
| 55 | + "tag": "testtag" |
| 56 | + }, |
49 | 57 | "repository": {
|
50 | 58 | "type": "git",
|
51 |
| - "url": "git://github.com/aliyun/oss-nodejs-sdk.git" |
| 59 | + "url": "https://github.com/ali-sdk/ali-oss.git" |
52 | 60 | },
|
53 | 61 | "keywords": [
|
54 | 62 | "oss",
|
|
58 | 66 | ],
|
59 | 67 | "author": "dead_horse",
|
60 | 68 | "license": "MIT",
|
61 |
| - "bugs": { |
62 |
| - "url": "https://github.com/aliyun/oss-nodejs-sdk/issues" |
63 |
| - }, |
64 | 69 | "engines": {
|
65 | 70 | "node": ">=8"
|
66 | 71 | },
|
67 |
| - "homepage": "https://github.com/aliyun/oss-nodejs-sdk", |
68 | 72 | "devDependencies": {
|
69 | 73 | "@babel/core": "^7.11.6",
|
70 | 74 | "@babel/plugin-transform-regenerator": "^7.10.4",
|
|
73 | 77 | "@babel/runtime": "^7.11.2",
|
74 | 78 | "@commitlint/cli": "^17.6.7",
|
75 | 79 | "@commitlint/config-conventional": "^16.2.4",
|
| 80 | + "@octokit/core": "^5.0.0", |
| 81 | + "@semantic-release/exec": "^6.0.3", |
| 82 | + "@semantic-release/git": "^10.0.1", |
| 83 | + "@semantic-release/npm": "^10.0.5", |
76 | 84 | "@snyk/protect": "^1.1196.0",
|
77 | 85 | "@types/node": "^14.0.12",
|
78 | 86 | "@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
112 | 120 | "nyc": "^15.1.0",
|
113 | 121 | "prettier": "^3.0.0",
|
114 | 122 | "promise-polyfill": "^6.0.2",
|
115 |
| - "puppeteer": "^20.9.0", |
| 123 | + "puppeteer": "19.0.0", |
| 124 | + "semantic-release": "^21.1.1", |
116 | 125 | "should": "^11.0.0",
|
117 | 126 | "sinon": "^15.2.0",
|
118 | 127 | "standard-version": "^9.3.1",
|
|
0 commit comments