{ "name": "rcsb-molstar", "version": "0.7.4", "description": "RCSB PDB apps and props based on Mol*.", "homepage": "https://github.com/rcsb/rcsb-molstar#readme", "repository": { "type": "git", "url": "https://github.com/rcsb/rcsb-molstar.git" }, "bugs": { "url": "https://github.com/rcsb/rcsb-molstar/issues" }, "scripts": { "test": "npm run lint", "lint": "eslint src/**/*.ts", "build": "npm run build-tsc && npm run build-extra && npm run build-webpack", "build-tsc": "tsc --incremental", "build-extra": "cpx \"src/**/*.{scss,html,ico}\" build/src/", "build-webpack": "webpack --mode production", "watch": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"", "watch-tsc": "tsc --watch --incremental", "watch-extra": "cpx \"src/**/*.{scss,html,ico}\" build/src/ --watch", "watch-webpack": "webpack -w --mode development --display minimal", "serve": "http-server -p 1335", "preversion": "npm run test", "version": "npm run build", "postversion": "git push && git push --tags" }, "publishConfig": { "registry": "http://nexus3.rcsb.org/repository/npm-rcsb/" }, "main": "build/src/index.js", "files": [ "build/dist/" ], "author": "RCSB PDB and Mol* Contributors", "license": "MIT", "devDependencies": { "@types/argparse": "^1.0.38", "@types/node": "^13.13.5", "@types/node-fetch": "^2.5.7", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^2.32.0", "@typescript-eslint/parser": "^2.32.0", "concurrently": "^5.2.0", "cpx2": "^2.0.0", "css-loader": "^3.5.3", "eslint": "^7.0.0", "extra-watch-webpack-plugin": "^1.0.3", "file-loader": "^6.0.0", "mini-css-extract-plugin": "^0.9.0", "molstar": "^0.7.1-dev.4", "node-fetch": "^2.6.0", "node-sass": "^4.14.1", "raw-loader": "^4.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "rxjs": "^6.5.5", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "tslib": "^1.11.2", "typescript": "3.8.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }