{ "name": "mol-star-proto", "version": "0.1.0", "description": "Comprehensive molecular library.", "homepage": "https://github.com/mol-star/mol-star-proto#readme", "repository": { "type": "git", "url": "https://github.com/mol-star/mol-star-proto.git" }, "bugs": { "url": "https://github.com/mol-star/mol-star-proto/issues" }, "scripts": { "lint": "tslint src/**/*.ts", "build": "cpx \"src/**/*.{vert,frag,glsl}\" build/node_modules/ && tsc", "watch": "tsc -watch", "watch-shader": "cpx \"src/**/*.{vert,frag,glsl}\" build/node_modules/ --watch", "test": "jest", "script": "node build/node_modules/script.js", "app-render-test": "webpack build/node_modules/apps/render-test/index.js --mode development -o web/render-test/index.js", "app-render-test-watch": "webpack build/node_modules/apps/render-test/index.js -w --mode development -o web/render-test/index.js" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "\\.ts$": "ts-jest", "\\.(glsl|frag|vert)$": "jest-raw-loader" }, "moduleDirectories": [ "node_modules", "build/node_modules" ], "moduleNameMapper": { "mol-data($|/.*)": "/src/mol-data$1", "mol-geo($|/.*)": "/src/mol-geo$1", "mol-gl($|/.*)": "/src/mol-gl$1", "mol-io($|/.*)": "/src/mol-io$1", "mol-math($|/.*)": "/src/mol-math$1", "mol-model($|/.*)": "/src/mol-model$1", "mol-ql($|/.*)": "/src/mol-ql$1", "mol-script($|/.*)": "/src/mol-script$1", "mol-task($|/.*)": "/src/mol-task$1", "mol-util($|/.*)": "/src/mol-util$1", "mol-view($|/.*)": "/src/mol-view$1" }, "testRegex": "\\.spec\\.ts$" }, "glslify": { "transform": [ "glslify-import" ] }, "author": "", "license": "MIT", "devDependencies": { "@types/argparse": "^1.0.33", "@types/benchmark": "^1.0.31", "@types/express": "^4.11.1", "@types/jest": "^22.2.3", "@types/node": "^9.6.8", "@types/node-fetch": "^1.6.9", "@types/react": "^16.3.13", "@types/react-dom": "^16.0.5", "benchmark": "^2.1.4", "copyfiles": "^2.0.0", "cpx": "^1.5.0", "extra-watch-webpack-plugin": "^1.0.3", "glslify-import": "^3.1.0", "glslify-loader": "^1.0.2", "jest": "^22.4.3", "jest-raw-loader": "^1.0.1", "raw-loader": "^0.5.1", "ts-jest": "^22.4.4", "tslint": "^5.9.1", "typescript": "^2.8.3", "uglify-js": "^3.3.23", "util.promisify": "^1.0.0", "webpack": "^4.6.0", "webpack-cli": "^2.1.2" }, "dependencies": { "argparse": "^1.0.10", "express": "^4.16.3", "gl": "^4.0.4", "material-ui": "^1.0.0-beta.43", "node-fetch": "^2.1.2", "react": "^16.3.2", "react-dom": "^16.3.2", "rxjs": "^6.0.0" } }