-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 1015 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ual-token-pocket",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"author": {
"name": "block.one",
"url": "https://block.one"
},
"contributors": [
"Tara Tritt"
],
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.json",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"prepare": "yarn build",
"test": "jest"
},
"dependencies": {
"tp-eosjs": "1.5.2",
"universal-authenticator-library": "0.3.0"
},
"devDependencies": {
"@blockone/eslint-config-blockone": "^3.0.0",
"@types/jest": "^24.9.1",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"typescript": "^3.8.3"
},
"description": "UAL Authenticator for Token Pocket mobile app",
"repository": {
"type": "git",
"url": "git+https://github.com/EOSIO/ual-token-pocket.git"
},
"bugs": {
"url": "https://github.com/EOSIO/ual-token-pocket/issues"
},
"homepage": "https://github.com/EOSIO/ual-token-pocket#readme"
}