| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "ncbiparse",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "tsc",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^17.0.19",
- "@types/xml2js": "^0.4.9",
- "@types/xml2json": "^0.11.4",
- "@types/xmldom": "^0.1.31",
- "typescript": "^4.5.5"
- },
- "dependencies": {
- "axios": "^0.26.0",
- "fast-xml-parser": "^4.0.3",
- "genbank-parser": "^1.2.4",
- "jsonata": "^1.8.6",
- "piscina": "^3.2.0",
- "xml2json": "^0.12.0",
- "xmldom": "^0.6.0",
- "xpath": "^0.0.32"
- }
- }
|