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", "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", "main": "./built/index.js",
"types": "./built/index.d.ts", "types": "./built/index.d.ts",
"scripts": { "scripts": {
@ -18,9 +18,9 @@
}, },
"repository": { "repository": {
"type": "git", "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", "license": "MIT",
"devDependencies": { "devDependencies": {
"@microsoft/api-extractor": "^7.28.4", "@microsoft/api-extractor": "^7.28.4",