-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@nosplatform/api-functions",
"version": "0.7.0",
"description": "nOS API bindings and types",
"main": "lib/index.js",
"module": "lib/index.es.js",
"files": [
"lib",
"src"
],
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"clean": "rimraf lib",
"build": "yarn clean && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nos/api-functions.git"
},
"keywords": [
"nOS",
"crypto",
"NEO",
"blockchain",
"javascript",
"js",
"typescript",
"react",
"proptypes",
"prop-types"
],
"author": "nOS <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nos/api-functions/issues"
},
"homepage": "https://github.com/nos/api-functions#readme",
"dependencies": {
"@types/prop-types": "15.7.1",
"prop-types": "15.7.2"
},
"devDependencies": {
"@types/enzyme": "3.10.3",
"@types/jest": "24.0.18",
"@types/react": "16.9.2",
"codecov": "3.5.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"enzyme-to-json": "3.4.0",
"jest": "24.9.0",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"rimraf": "3.0.0",
"ts-jest": "24.0.2",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.5.3"
},
"prettier": {
"printWidth": 100
}
}