generated from deprecated-near/near-pet-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 794 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 794 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
28
{
"name": "near-pet-shop",
"version": "1.0.0",
"description": "Truffle's Pet Shop tutorial running on the NEAR EVM",
"directories": {
"test": "test"
},
"scripts": {
"local": "NEAR_ENV=local parcel src/index.html",
"betanet": "NEAR_ENV=betanet parcel src/index.html",
"testnet": "NEAR_ENV=testnet parcel src/index.html",
"gh-deploy:betanet": "NEAR_ENV=betanet parcel build src/index.html --public-url ./ && gh-pages -d dist/",
"test": "truffle test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"truffle": "^5.1.57"
},
"dependencies": {
"near-web3-provider": "^1.0.5",
"regenerator-runtime": "^0.13.7",
"web3": "^1.3.1",
"web3-eth-contract": "^1.3.0"
}
}