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 2e8dee8 commit 28af29bCopy full SHA for 28af29b
package.json
@@ -25,13 +25,18 @@
25
"engines": {
26
"node": "^12.9 || 14 || 15"
27
},
28
- "homepage": "https://github.com/metarhia/metavm#readme",
29
"repository": {
30
"type": "git",
31
"url": "git+https://github.com/metarhia/metavm.git"
32
33
"bugs": {
34
- "url": "https://github.com/metarhia/metavm/issues"
+ "url": "https://github.com/metarhia/metavm/issues",
+ "email": "timur.shemsedinov@gmail.com"
35
+ },
36
+ "homepage": "https://metarhia.com",
37
+ "funding": {
38
+ "type": "patreon",
39
+ "url": "https://www.patreon.com/tshemsedinov"
40
41
"scripts": {
42
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.yml\"",
0 commit comments