UNPKG

sdf-parser

Version:
66 lines (65 loc) 1.71 kB
{ "name": "sdf-parser", "version": "9.0.0", "description": "SDF parser", "type": "module", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "src" ], "sideEffects": false, "scripts": { "build": "npm run tsc-build && cheminfo-build --entry lib/index.js --root SDFParser", "check-types": "tsc --noEmit", "clean": "rimraf lib", "eslint": "eslint src", "eslint-fix": "npm run eslint -- --fix", "prepack": "npm run tsc", "prettier": "prettier --check src", "prettier-write": "prettier --write src", "test": "npm run test-only && npm run check-types && npm run eslint && npm run prettier", "test-only": "vitest run --coverage", "tsc": "npm run clean && npm run tsc-build", "tsc-build": "tsc --project tsconfig.build.json" }, "repository": { "type": "git", "url": "https://github.com/cheminfo/sdf-parser.git" }, "keywords": [ "sdf", "parser", "molfile", "v2000", "v3000", "mdl" ], "author": "Luc Patiny", "license": "MIT", "bugs": { "url": "https://github.com/cheminfo/sdf-parser/issues" }, "homepage": "https://github.com/cheminfo/sdf-parser", "devDependencies": { "@types/node": "^25.3.0", "@vitest/coverage-v8": "^4.0.18", "@zakodium/tsconfig": "^1.0.2", "callback-stream": "^1.1.0", "cheminfo-build": "^1.3.2", "eslint": "^9.39.2", "eslint-config-cheminfo-typescript": "^21.1.0", "file-collection": "^6.6.0", "openchemlib": "^9.20.0", "prettier": "^3.8.1", "rimraf": "^6.1.3", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "dependencies": { "dynamic-typing": "^2.0.0", "ensure-string": "^2.0.0" } }