forked from wormhole-foundation/metaplex-program-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 724 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@metaplex-foundation/metaplex-program-library",
"version": "0.1.0",
"description": "Web interface to Smart Contracts by the Metaplex team.",
"repository": "git@github.com:metaplex-foundation/metaplex-program-library.git",
"author": "Metaplex Maintainers <contact@metaplex.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"@metaplex-foundation/amman": "^0.12.0",
"@project-serum/anchor": "^0.19.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.7.1"
}
}