Files
tlsn-plugin-boilerplate/package.json
2025-07-31 16:52:29 +02:00

19 lines
480 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",
"serve-demo": "cp dist/*.wasm demo; serve -l 8080 demo"
},
"keywords": [],
"author": "TLSNotary",
"license": "MIT",
"devDependencies": {
"@extism/js-pdk": "^1.0.1",
"esbuild": "^0.19.6",
"serve": "^14.2.4",
"typescript": "^5.3.2"
}
}