-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·43 lines (43 loc) · 1.18 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
{
"name": "sboljs",
"version": "3.0.2",
"description": "A library for the Synthetic Biology Open Language (SBOL) written in TypeScript, for JavaScript/TypeScript applications in the browser or node.js.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synbiodex/sboljs3.git"
},
"author": "James Alastair McLaughlin",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/synbiodex/sboljs3/issues"
},
"homepage": "https://github.com/synbiodex/sboljs3#readme",
"dependencies": {
"@types/mz": "0.0.32",
"@types/node": "^14.6.0",
"@types/uuid": "^3.4.4",
"bioterms": "^0.30.0",
"chalk": "^2.4.2",
"genbankjs": "^0.1.0",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
"mkdirp-promise": "^5.0.1",
"mz": "^2.7.0",
"node-fetch": "^2.6.1",
"rdf-graph-array-sboljs": "^0.3.1",
"rdf-parser-n3": "^0.3.0",
"rdf-parser-rdfxml": "^0.3.1",
"rdfoo": "=0.19.0",
"rdfoo-prov": "=0.20.0",
"shortid": "^2.2.8",
"uuid": "^3.3.2"
},
"devDependencies": {
"typescript": "^3.9.7"
}
}