UNPKG

cheminfo-types

Version:

Types for cheminfo packages and cheminfo data schema

47 lines (46 loc) 1.41 kB
{ "name": "cheminfo-types", "version": "1.15.0", "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": "^9.39.2", "eslint-config-cheminfo-typescript": "^21.0.1", "js-yaml": "^4.1.1", "pino": "^10.1.0", "prettier": "^3.7.4", "tsd": "^0.33.0", "typescript": "^5.9.3", "typescript-json-schema": "^0.67.1" } }