-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 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
29
30
31
32
33
34
35
36
{
"name": "webapp-meta-pool",
"version": "0.1.0",
"description": "get stNEAR, harvest $META, enjoy immediate unstake, provide liquidity and earn fees",
"author": "luciotato <luciotato@gmail.com>",
"homepage": "www.narwallets.com",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Narwallets/webapp-meta-pool.git"
},
"scripts": {
"build": "tsc --build -verbose tsconfig-release.json",
"build-release": "rm -rf Dapp/dist && npx tsc --build -verbose tsconfig-release.json",
"start": "npm run build && python3 test-server.py & google-chrome-stable http://localhost:8000/DApp"
},
"keywords": [
"NEAR",
"stNEAR",
"META",
"staking",
"pool",
"open source",
"diversifying",
"yield",
"farming",
"blockchain"
],
"devDependencies": {
"@types/chrome": "0.0.126",
"typescript": "^4.0.5",
"@types/node": "^14.14.10"
},
"dependencies": {}
}