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 8cf67ac commit f1d33c5Copy full SHA for f1d33c5
package.json
@@ -3,7 +3,13 @@
3
"version": "0.1.0",
4
"description": "Generate MapKit JS tokens",
5
"author": "Kevin Chung <kevin@chun.gd>",
6
+ "homepage": "https://github.com/kchung/mapkitjs-token",
7
+ "bugs": "https://github.com/kchung/mapkitjs-token/issues",
8
"license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/kchung/mapkitjs-token"
12
+ },
13
"scripts": {
14
"build": "tsc",
15
"watch": "tsc -w",
0 commit comments