mirror of
https://github.com/AtHeartEngineer/tlsn-plugin-boilerplate.git
synced 2026-01-08 19:57:58 -05:00
17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"name": "twitter_profile",
|
|
"version": "1.0.0",
|
|
"description": "Demo TLSNotary plugin to notarize the ownership of a twitter profile",
|
|
"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"
|
|
}
|
|
} |