@konemono/nostr-content-parser
Version:
Parse Nostr content into tokens
41 lines (40 loc) • 878 B
JSON
{
"name": "@konemono/nostr-content-parser",
"version": "0.6.13",
"description": "Parse Nostr content into tokens",
"repository": {
"type": "git",
"url": "https://github.com/TsukemonoGit/nostr-content-parser"
},
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"build": "tsc",
"prepublishOnly": "npm run test:run && npm run build"
},
"keywords": [
"nostr",
"parser",
"nip19",
"content",
"token"
],
"author": "mono",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.0.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}