-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 964 Bytes
/
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
{
"name": "lost-and-found",
"version": "1.0.0",
"description": "Giving items to users who are not configured for a given resource type is challenging on flow. Many applications have to either not allow users to receive assets, or they have to come up with their own escrow solution.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest --runInBand",
"emulator": "flow emulator -v -f flow.json --network emulator",
"deploy": "flow project deploy --network emulator",
"deploy:update": "npm run deploy -- --update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flowtyio/lost-and-found.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Flowtyio/lost-and-found/issues"
},
"homepage": "https://github.com/Flowtyio/lost-and-found#readme",
"dependencies": {
"@flowtyio/flow-contracts": "^0.1.0-beta.21"
}
}