mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 05:35:10 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@transfem-org/sfm-js",
|
|
"version": "0.24.4",
|
|
"description": "An SFM parser implementation with fixes based on MFM",
|
|
"main": "./built/index.js",
|
|
"types": "./built/index.d.ts",
|
|
"scripts": {
|
|
"build": "npm run tsc",
|
|
"tsc": "tsc",
|
|
"tsd": "tsd",
|
|
"parse": "node ./built/cli/parse",
|
|
"parse-simple": "node ./built/cli/parseSimple",
|
|
"api": "npx api-extractor run --local --verbose",
|
|
"api-prod": "npx api-extractor run --verbose",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"jest": "jest --coverage",
|
|
"test": "npm run jest && npm run tsd"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://activitypub.software/TransFem-org/sfm.js.git"
|
|
},
|
|
"author": "Marie",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "7.38.5",
|
|
"@types/jest": "29.5.11",
|
|
"@types/node": "20.10.5",
|
|
"@typescript-eslint/eslint-plugin": "6.14.0",
|
|
"@typescript-eslint/parser": "6.14.0",
|
|
"eslint": "8.56.0",
|
|
"jest": "29.7.0",
|
|
"ts-jest": "29.1.1",
|
|
"ts-node": "10.9.2",
|
|
"tsd": "0.30.0",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@twemoji/parser": "15.0.0"
|
|
},
|
|
"files": [
|
|
"built",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|