-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@solana-developers/preset-common",
"version": "0.0.1",
"description": "This library is a preset for create-solana-dapp with shared code for the other presets.",
"dependencies": {
"@nx/devkit": "17.2.7",
"tslib": "^2.3.0"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"generators": "./generators.json",
"keywords": [
"solana",
"next",
"react",
"vue",
"web3",
"yarn",
"blockchain",
"nft"
],
"license": "MIT",
"homepage": "https://github.com/solana-developers/create-solana-dapp#readme",
"bugs": {
"url": "https://github.com/solana-developers/create-solana-dapp/issues"
},
"repository": {
"name": "solana-developers/create-solana-dapp",
"type": "git",
"url": "https://github.com/solana-developers/create-solana-dapp"
},
"contributors": [
{
"name": "Joe Caulfield",
"url": "https://github.com/jpcaulfi"
},
{
"name": "Jacob Creech",
"url": "https://github.com/jacobcreech"
},
{
"name": "Nick Frostbutter",
"url": "https://github.com/nickfrosty"
},
{
"name": "Bram Borggreve",
"url": "https://github.com/beeman"
}
]
}