We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411196e commit f120516Copy full SHA for f120516
package.json
@@ -16,7 +16,7 @@
16
"tag": false
17
}
18
},
19
- "license": "Apache",
+ "license": "Apache-2.0",
20
"dependencies": {
21
"@nestjs/common": "^7.0.0",
22
"@nestjs/core": "^7.0.1",
@@ -42,5 +42,19 @@
42
"prettier": "^1.18.2",
43
"standard-version": "^7.1.0",
44
"tape": "^4.11.0"
45
- }
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "git+https://github.com/langys/serverless-nestjs-for-tencent.git"
49
50
+ "keywords": [
51
+ "serverless",
52
+ "nestjs",
53
+ "tencent-cloud"
54
+ ],
55
+ "author": "",
56
+ "bugs": {
57
+ "url": "https://github.com/langys/serverless-nestjs-for-tencent/issues"
58
59
+ "homepage": "https://github.com/langys/serverless-nestjs-for-tencent#readme"
60
0 commit comments