{
    "name": "@rcsb/rcsb-molstar",
    "version": "2.0.5",
    "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 --stats minimal",
        "serve": "http-server -p 1335",
        "preversion": "npm run test",
        "version": "npm run build",
        "postversion": "git push && git push --tags"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "main": "build/src/index.js",
    "files": [
        "build/dist/",
        "build/src/viewer/"
    ],
    "author": "RCSB PDB and Mol* Contributors",
    "license": "MIT",
    "devDependencies": {
        "@types/react": "^17.0.37",
        "@types/react-dom": "^17.0.11",
        "@typescript-eslint/eslint-plugin": "^5.5.0",
        "@typescript-eslint/parser": "^5.5.0",
        "buffer": "^6.0.3",
        "concurrently": "^6.4.0",
        "cpx2": "^4.0.0",
        "crypto-browserify": "^3.12.0",
        "css-loader": "^6.5.1",
        "eslint": "^8.3.0",
        "extra-watch-webpack-plugin": "^1.0.3",
        "file-loader": "^6.2.0",
        "fs-extra": "^10.0.0",
        "mini-css-extract-plugin": "^2.4.5",
        "molstar": "^3.0.0-dev.9",
        "path-browserify": "^1.0.1",
        "raw-loader": "^4.0.2",
        "react": "^17.0.2",
        "react-dom": "^17.0.2",
        "rxjs": "^7.4.0",
        "sass": "^1.43.5",
        "sass-loader": "^12.3.0",
        "stream-browserify": "^3.0.0",
        "style-loader": "^3.3.1",
        "tslib": "^2.3.1",
        "typescript": "^4.5.2",
        "webpack": "^5.64.4",
        "webpack-cli": "^4.9.1"
    }
}