Update package.json

This commit is contained in:
Marie 2023-12-13 19:12:21 +01:00
parent 3b5bfe6f6a
commit d7e29613c9

View file

@ -1,7 +1,7 @@
{
"name": "mfm-js",
"name": "sfm-js",
"version": "0.23.3",
"description": "An MFM parser implementation with TypeScript",
"description": "An SFM parser implementation with fixes based on MFM",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
@ -18,9 +18,9 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/misskey-dev/mfm.js.git"
"url": "git+https://git.joinsharkey.org/Sharkey/sfm.js.git"
},
"author": "Marihachi",
"author": "Marie",
"license": "MIT",
"devDependencies": {
"@microsoft/api-extractor": "^7.28.4",