-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@aurowallet/mina-provider",
"version": "1.0.6",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://www.aurowallet.com",
"repository": {
"type": "git",
"url": "git+https://github.com/aurowallet/mina-provider.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/eventemitter3": "^2.0.2",
"@types/uuid": "^8.3.1",
"eventemitter3": "^4.0.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@babel/register": "7.7.0",
"@babel/runtime": "7.12.5",
"typescript": "^4.4.4"
},
"description": "[API documents](https://docs.aurowallet.com/general/reference/api-reference/mina-provider-api)",
"bugs": {
"url": "https://github.com/aurowallet/mina-provider/issues"
},
"files": [
"dist/",
"src/",
"*.d.ts",
".babelrc",
"LINCENSE",
"package.json",
"tsconfig.json"
]
}