UNPKG

ketcher-core

Version:
100 lines (99 loc) 3.09 kB
{ "name": "ketcher-core", "version": "3.1.0", "description": "Web-based molecule sketcher", "license": "Apache-2.0", "homepage": "http://lifescience.opensource.epam.com/ketcher", "author": { "name": "EPAM Life Sciences", "url": "http://lifescience.opensource.epam.com" }, "repository": { "type": "git", "url": "https://github.com/epam/ketcher.git", "directory": "packages/ketcher-core" }, "keywords": [ "molecule", "sketcher", "chemistry" ], "bugs": { "url": "https://github.com/epam/ketcher/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.modern.js", "source": "src/index.ts", "engines": { "node": ">=14" }, "scripts": { "ajv": "ajv compile -s src/domain/serializers/ket/schema.json -o src/domain/serializers/ket/compiledSchema.js", "prebuild": "npm run ajv", "build": "cross-env NODE_ENV=production rollup -c -m true", "prestart": "npm run ajv", "start": "cross-env NODE_ENV=development rollup -c -m true -w", "test": "run-s test:prettier test:eslint:quiet test:types test:unit", "test:eslint": "eslint . --ext .ts,.js", "test:eslint:quiet": "npm run test:eslint -- --quiet", "test:eslint:fix": "npm run test:eslint -- --fix", "test:types": "tsc --noEmit", "test:unit": "jest", "test:unit:update": "jest -u", "test:prettier": "prettier --check \"./**/*.{js,ts,json}\"", "prettier:write": "prettier --write \"./**/*.{js,ts,json}\"", "typedoc": "typedoc" }, "dependencies": { "@babel/runtime": "^7.17.9", "assert": "^2.0.0", "d3": "^7.8.5", "file-saver": "^2.0.5", "lodash": "^4.17.21", "raphael": "^2.3.0", "react-device-detect": "^2.2.2", "svgpath": "^2.3.1" }, "devDependencies": { "@babel/core": "^7.17.9", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-typescript": "^7.16.7", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-replace": "^2.3.4", "@rollup/plugin-strip": "^2.0.0", "@types/d3": "^7.4.0", "@types/jest": "^27.0.3", "@types/node": "^16.11.12", "@zerollup/ts-transform-paths": "^1.7.18", "ajv-cli": "^5.0.0", "babel-jest": "26.6.0", "cross-env": "^7.0.3", "eslint": "^8.44.0", "eslint-plugin-jest": "^25.3.0", "jest": "26.6.0", "jest-mock-extended": "^2.0.4", "npm-run-all": "^4.1.5", "prettier": "^2.5.1", "rollup": "^2.79.2", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-string": "^3.0.0", "rollup-plugin-typescript2": "^0.31.1", "rollup-plugin-visualizer": "^5.5.2", "ts-jest": "26.5.6", "ttypescript": "^1.5.13", "typedoc": "^0.22.17", "typedoc-plugin-markdown": "^3.12.1", "typescript": "^4.5.2" }, "files": [ "dist" ] }