@linked-claims/trustclip
Version:
Bookmarklet tools for extracting claims from web pages and linking them into a web of trust
35 lines (34 loc) • 831 B
JSON
{
"name": "@linked-claims/trustclip",
"version": "0.1.1",
"description": "Bookmarklet tools for extracting claims from web pages and linking them into a web of trust",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
"test": "echo \"No tests yet\"",
"prepublishOnly": "npm run build"
},
"keywords": [
"bookmarklet",
"claims",
"trust",
"web-of-trust",
"linked-claims",
"attestations",
"verification",
"decentralized"
],
"author": "LinkedTrust",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
}
}