forked from Flowtyio/lost-and-found
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.15 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
{
"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",
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"babel-jest": "^28.1.0",
"flow-js-testing": "^0.2.3-alpha.6",
"jest": "^28.1.0",
"jest-environment-node": "^28.1.0"
},
"dependencies": {
"fcl-gcp-kms-authorizer": "^0.0.1-b"
}
}