-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
28
29
30
31
32
33
34
{
"name": "deploy-spl",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"scripts": {
"start": "ts-node src/CreateAndMint.ts",
"start_amin": "ts-node src/Create2022TokenMintAmin.ts",
"metadata": "ts-node src/CreateMetadata22.ts"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.1.2",
"@metaplex-foundation/umi": "^0.9.0",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.0",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.0",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.1",
"@types/dotenv": "^8.2.0",
"bs58": "^5.0.0",
"dotenv": "^16.3.1",
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/node": "^20.11.4",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}