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 1526309 commit c66b952Copy full SHA for c66b952
src/js/package.json
@@ -2,12 +2,16 @@
2
"name": "@navigraph/msfs-navigation-data-interface",
3
"version": "1.0.0-alpha.1",
4
"description": "JS interface that facilitates interactions with the Navigraph WASM navigation data module.",
5
+ "homepage": "https://navigraph.com",
6
"main": "dist/msfs-navigation-data-interface.mjs",
7
"typings": "dist/msfs-navigation-data-interface.d.mts",
8
"repository": {
9
"type": "git",
10
"url": "git+https://github.com/Navigraph/msfs-navigation-data-interface.git"
11
},
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
"author": "Navigraph",
16
"license": "MIT",
17
"files": [
0 commit comments