UNPKG

screening

Version:

Tools for numbering screening plate

55 lines (54 loc) 1.51 kB
{ "name": "screening", "version": "2.1.2", "description": "Tools for numbering screening plate", "type": "module", "exports": { ".": "./lib/index.js" }, "files": [ "src", "lib" ], "scripts": { "build": "npm run tsc && cheminfo-build --entry lib/index.js --root Screening", "check-types": "tsc --noEmit", "clean": "rimraf coverage 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-js/screening.git" }, "keywords": [ "screening", "plate" ], "author": "Luc Patiny", "license": "MIT", "bugs": { "url": "https://github.com/cheminfo-js/screening/issues" }, "homepage": "https://github.com/cheminfo-js/screning", "devDependencies": { "@types/node": "^25.0.3", "@vitest/coverage-v8": "^4.0.16", "@zakodium/tsconfig": "^1.0.2", "cheminfo-build": "^1.3.2", "eslint": "^9.39.2", "eslint-config-cheminfo-typescript": "^21.0.1", "prettier": "^3.7.4", "rimraf": "^6.1.2", "rollup": "^4.55.1", "typescript": "^5.9.3", "vitest": "^4.0.16" } }