-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.39 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
51
{
"name": "global-input-message",
"version": "2.1.6",
"description": "global input core js library",
"main": "./distribution/index.js",
"types": "./index.d.ts",
"scripts": {
"test": "jest ",
"build": "./node_modules/.bin/babel src --out-dir distribution",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/global-input/global-input-message.git"
},
"keywords": [
"mobile integration",
"mobile authentication",
"mobile input",
"mobile control",
"second screen experience",
"mobile personal storage",
"mobile encryption",
"mobile signing",
"mobile content transfer",
"mobile encrypted storage",
"password-less authentication"
],
"author": "dilshat hewzulla",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/global-input/global-input-message/issues"
},
"homepage": "https://github.com/global-input/global-input-message#readme",
"dependencies": {
"axios": "^0.25.0",
"crypto-js": "^4.0.0",
"socket.io-client": "^2.3.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"jest": "^26.6.3"
}
}