We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent 8db2658 commit 6715a15Copy full SHA for 6715a15
1 file changed
packages/spine-validation-ts/package.json
@@ -20,8 +20,13 @@
20
"typescript",
21
"protobuf-es"
22
],
23
- "author": "",
+ "author": "Spine Event Engine team <developers@spine.io>",
24
"license": "Apache-2.0",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/SpineEventEngine/validation-ts.git",
28
+ "directory": "packages/validation-ts"
29
+ },
30
"peerDependencies": {
31
"@bufbuild/protobuf": "^2.10.2"
32
},
0 commit comments