Files
tlsn-plugin-boilerplate/examples/discord_dm/package.json
2025-08-09 14:09:05 -04:00

18 lines
386 B
JSON

{
"name": "discord_dm",
"version": "1.0.0",
"description": "Demo TLSNotary plugin to notarize the ownership of a discord DM",
"main": "src/index.ts",
"scripts": {
"build": "node esbuild.js"
},
"keywords": [],
"author": "TLSNotary",
"license": "MIT",
"devDependencies": {
"@extism/js-pdk": "^1.0.1",
"esbuild": "^0.19.6",
"typescript": "^5.3.2"
}
}