{ "name": "molstar", "version": "0.5.0-dev.1", "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 src/**/*.ts", "test": "npm run lint && jest", "build": "npm run build-tsc && npm run build-extra && npm run build-webpack", "build-tsc": "tsc", "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/", "build-webpack": "webpack --mode production", "watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"", "watch-tsc": "tsc -watch", "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/ --watch", "watch-webpack": "webpack -w --mode development --display minimal", "serve": "http-server -p 1338", "model-server": "node lib/servers/model/server.js", "model-server-watch": "nodemon --watch lib lib/servers/model/server.js", "volume-server": "node lib/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336", "plugin-state": "node lib/servers/plugin-state/index.js", "preversion": "npm run test", "postversion": "git push && git push --tags", "prepublishOnly": "npm run test && npm run build" }, "files": [ "lib/" ], "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 " ], "license": "MIT", "devDependencies": { "@graphql-codegen/add": "^1.11.2", "@graphql-codegen/cli": "^1.11.2", "@graphql-codegen/time": "^1.11.2", "@graphql-codegen/typescript": "^1.11.2", "@graphql-codegen/typescript-graphql-files-modules": "^1.11.2", "@graphql-codegen/typescript-graphql-request": "^1.11.2", "@graphql-codegen/typescript-operations": "^1.11.2", "@types/cors": "^2.8.6", "@typescript-eslint/eslint-plugin": "^2.17.0", "@typescript-eslint/eslint-plugin-tslint": "^2.17.0", "@typescript-eslint/parser": "^2.17.0", "benchmark": "^2.1.4", "circular-dependency-plugin": "^5.2.0", "concurrently": "^5.0.2", "cpx2": "^2.0.0", "css-loader": "^3.4.2", "eslint": "^6.8.0", "extra-watch-webpack-plugin": "^1.0.3", "file-loader": "^5.0.2", "fs-extra": "^8.1.0", "http-server": "^0.12.1", "jest": "^25.1.0", "jest-raw-loader": "^1.0.1", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.13.1", "pascal-case": "^3.1.1", "raw-loader": "^4.0.0", "resolve-url-loader": "^3.1.1", "sass-loader": "^8.0.2", "simple-git": "^1.130.0", "style-loader": "^1.1.3", "ts-jest": "^25.0.0", "typescript": "^3.7.5", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" }, "dependencies": { "@types/argparse": "^1.0.38", "@types/benchmark": "^1.0.31", "@types/compression": "1.0.1", "@types/express": "^4.17.2", "@types/jest": "^24.9.0", "@types/node": "^13.1.8", "@types/node-fetch": "^2.5.4", "@types/react": "^16.9.19", "@types/react-dom": "^16.9.5", "@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", "graphql": "^14.5.8", "immutable": "^3.8.2", "node-fetch": "^2.6.0", "react": "^16.12.0", "react-dom": "^16.12.0", "rxjs": "^6.5.4", "swagger-ui-dist": "^3.25.0", "util.promisify": "^1.0.1", "xhr2": "^0.2.0" } }