{ "name": "molstar", "version": "1.1.22", "description": "A comprehensive macromolecular library.", "homepage": "https://github.com/molstar/molstar#readme", "repository": { "type": "git", "url": "https://github.com/molstar/molstar.git" }, "bugs": { "url": "https://github.com/molstar/molstar/issues" }, "scripts": { "lint": "eslint .", "lint-fix": "eslint . --fix", "test": "npm run lint && jest", "build": "npm run build-tsc && npm run build-extra && npm run build-webpack", "build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer", "build-tsc": "concurrently \"tsc --incremental\" \"tsc --build tsconfig.commonjs.json --incremental\"", "build-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/", "build-webpack": "webpack --mode production --config ./webpack.config.production.js", "build-webpack-viewer": "webpack --mode production --config ./webpack.config.viewer.js", "watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"", "watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"", "watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"", "watch-tsc": "tsc --watch --incremental", "watch-servers": "tsc --build tsconfig.commonjs.json --watch --incremental", "watch-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/ --watch", "watch-webpack": "webpack -w --mode development --display minimal", "watch-webpack-viewer": "webpack -w --mode development --display errors-only --info-verbosity verbose --config ./webpack.config.viewer.js", "watch-webpack-viewer-debug": "webpack -w --mode development --display errors-only --info-verbosity verbose --config ./webpack.config.viewer.debug.js", "serve": "http-server -p 1338 -g", "model-server": "node lib/commonjs/servers/model/server.js", "model-server-watch": "nodemon --watch lib lib/commonjs/servers/model/server.js", "volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336", "plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339", "preversion": "npm run test", "version": "npm run build", "postversion": "git push && git push --tags" }, "files": [ "lib/", "build/viewer/" ], "bin": { "cif2bcif": "lib/commonjs/cli/cif2bcif/index.js", "cifschema": "lib/commonjs/cli/cifschema/index.js", "model-server": "lib/commonjs/servers/model/server.js", "model-server-query": "lib/commonjs/servers/model/query.js", "model-server-preprocess": "lib/commonjs/servers/model/preprocess.js", "volume-server": "lib/commonjs/servers/volume/server.js", "volume-server-query": "lib/commonjs/servers/volume/query.js", "volume-server-pack": "lib/commonjs/servers/volume/pack.js" }, "nodemonConfig": { "ignoreRoot": [ "./node_modules", ".git" ], "ignore": [], "delay": "2500" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "\\.ts$": "ts-jest" }, "moduleDirectories": [ "node_modules", "lib" ], "testURL": "http://localhost/", "testRegex": "\\.spec\\.ts$" }, "author": "Mol* Contributors", "contributors": [ "Alexander Rose ", "David Sehnal ", "Sebastian Bittrich ", "Ludovic Autin ", "Michal Malý ", "Jiří Černý " ], "license": "MIT", "devDependencies": { "@graphql-codegen/add": "^1.17.7", "@graphql-codegen/cli": "^1.17.8", "@graphql-codegen/time": "^1.17.10", "@graphql-codegen/typescript": "^1.17.9", "@graphql-codegen/typescript-graphql-files-modules": "^1.17.8", "@graphql-codegen/typescript-graphql-request": "^1.17.7", "@graphql-codegen/typescript-operations": "^1.17.8", "@types/cors": "^2.8.7", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "benchmark": "^2.1.4", "concurrently": "^5.3.0", "cpx2": "^2.0.0", "css-loader": "^3.6.0", "eslint": "^7.8.1", "extra-watch-webpack-plugin": "^1.0.3", "file-loader": "^6.1.0", "fs-extra": "^9.0.1", "graphql": "^15.3.0", "http-server": "^0.12.3", "jest": "^26.4.2", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.14.1", "raw-loader": "^4.0.1", "sass-loader": "^8.0.2", "simple-git": "^2.20.1", "style-loader": "^1.2.1", "ts-jest": "^26.3.0", "typescript": "^4.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-version-file-plugin": "^0.4.0" }, "dependencies": { "@types/argparse": "^1.0.38", "@types/benchmark": "^1.0.33", "@types/compression": "1.7.0", "@types/express": "^4.17.8", "@types/jest": "^25.2.3", "@types/node": "^14.10.1", "@types/node-fetch": "^2.5.7", "@types/react": "^16.9.49", "@types/react-dom": "^16.9.8", "@types/swagger-ui-dist": "3.0.5", "argparse": "^1.0.10", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.17.1", "immer": "^7.0.9", "immutable": "^3.8.2", "node-fetch": "^2.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "rxjs": "^6.6.3", "swagger-ui-dist": "^3.33.0", "tslib": "^2.0.1", "util.promisify": "^1.0.1", "xhr2": "^0.2.0" } }