-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "@solana-mobile/solana-mobile-dapp-scaffold",
"version": "0.0.1",
"description": "A quickstart React Native template for a Solana Mobile dApp with polyfills and dependencies installed",
"scripts": {
"test": "exit 0"
},
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/solana-mobile/solana-mobile-dapp-scaffold.git"
},
"keywords": [
"react-native",
"typescript",
"solana",
"blockchain",
"dapp",
"template",
"boilerplate"
],
"author": "Michael Sulistio <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/solana-mobile/solana-mobile-dapp-scaffold/issues"
},
"homepage": "https://github.com/solana-mobile/solana-mobile-dapp-scaffold#readme",
"dependencies": {
"global": "^4.4.0",
"react-native": "^0.72.3",
"react-native-cli": "^2.0.1"
}
}