{
  "name": "cheminfo-types",
  "version": "1.7.3",
  "description": "Types for cheminfo packages and cheminfo data schema ",
  "main": "./index.js",
  "types": "./cheminfoTypes.d.ts",
  "keywords": [],
  "author": "cheminfo developers",
  "license": "MIT",
  "files": [
    "index.js",
    "cheminfoTypes.d.ts"
  ],
  "scripts": {
    "build": "find src -name \"*.ts\" -exec grep -v import {} \\; > cheminfoTypes.d.ts",
    "precheck-types": "npm run build",
    "check-types": "tsc --noEmit",
    "eslint": "eslint src --cache",
    "eslint-fix": "npm run eslint -- --fix",
    "prepack": "npm run build",
    "prettier": "prettier --check src",
    "prettier-write": "prettier --write src",
    "test": "npm run test-only && npm run eslint && npm run check-types",
    "pretest-only": "npm run build",
    "test-only": "tsd",
    "generate-json": "ts-node json/buildJSON.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheminfo/cheminfo-types.git"
  },
  "bugs": {
    "url": "https://github.com/cheminfo/cheminfo-types/issues"
  },
  "homepage": "https://github.com/cheminfo/cheminfo-types#readme",
  "devDependencies": {
    "eslint": "^8.57.0",
    "eslint-config-cheminfo-typescript": "^12.2.0",
    "js-yaml": "^4.1.0",
    "pino": "^8.19.0",
    "prettier": "^3.2.5",
    "tsd": "^0.30.7",
    "typescript": "^5.4.2",
    "typescript-json-schema": "^0.63.0"
  }
}
