We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repository
license
package.json
1 parent cf670e8 commit eaadd64Copy full SHA for eaadd64
packages/misskey-js/package.json
@@ -3,6 +3,7 @@
3
"name": "misskey-js",
4
"version": "2024.3.1",
5
"description": "Misskey SDK for JavaScript",
6
+ "license": "MIT",
7
"main": "./built/index.js",
8
"types": "./built/index.d.ts",
9
"exports": {
@@ -30,7 +31,8 @@
30
31
},
32
"repository": {
33
"type": "git",
- "url": "git+https://github.com/misskey-dev/misskey.js.git"
34
+ "url": "https://github.com/misskey-dev/misskey.git",
35
+ "directory": "packages/misskey-js"
36
37
"devDependencies": {
38
"@microsoft/api-extractor": "7.43.1",
0 commit comments