-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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
{
"license": "Apache-2.0",
"private": false,
"version": "0.1.9",
"contributors": [
"Oliver Dudgeon <odudgeon@informaticsmatters.com>",
"Tim Dudgeon <tdudgeon@informaticsmatters.com> (https://informaticsmatters.com)"
],
"repository": "github:InformaticsMatters/react-sci-components",
"bugs": "https://github.com/InformaticsMatters/react-sci-components/issues",
"homepage": "https://github.com/InformaticsMatters/react-sci-components/",
"keywords": [
"react",
"data",
"analysis",
"computational",
"chemistry",
"biochemistry"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"name": "@squonk/data-tier-client",
"module": "dist/services.esm.js",
"devDependencies": {
"tsdx": "^0.14.0",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
},
"dependencies": {
"axios": "^0.21.1"
},
"gitHead": "365c2cd4f21442be3b2030572c4c2303511c720d"
}