-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 786 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "examples-light-token",
"private": true,
"workspaces": [
"typescript-client",
"toolkits/payments-and-wallets",
"toolkits/sign-with-privy/react",
"toolkits/sign-with-privy/nodejs",
"toolkits/sign-with-privy/scripts",
"toolkits/sponsor-rent-top-ups/typescript"
],
"scripts": {
"toolkit:payments": "npm run -w toolkits/payments-and-wallets"
},
"dependencies": {
"@lightprotocol/compressed-token": "beta",
"@lightprotocol/stateless.js": "beta",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "1.98.4",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.7.0",
"typescript": "^5.0.0"
}
}