{ "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": "tsc", "postbuild": "copyfiles --up 1 src/mol-gl/shader/*.vert src/mol-gl/shader/*.frag src/mol-gl/shader/*.glsl build/node_modules/", "watch": "tsc -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" }, "moduleDirectories": [ "node_modules", "build/node_modules" ], "moduleNameMapper": { "mol-data($|/.*)": "<rootDir>/src/mol-data$1", "mol-gl($|/.*)": "<rootDir>/src/mol-gl$1", "mol-io($|/.*)": "<rootDir>/src/mol-io$1", "mol-math($|/.*)": "<rootDir>/src/mol-math$1", "mol-model($|/.*)": "<rootDir>/src/mol-model$1", "mol-ql($|/.*)": "<rootDir>/src/mol-ql$1", "mol-task($|/.*)": "<rootDir>/src/mol-task$1", "mol-util($|/.*)": "<rootDir>/src/mol-util$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.1.3", "@types/node": "^9.6.0", "@types/node-fetch": "^1.6.7", "@types/react": "^16.0.4", "@types/react-dom": "^16.0.4", "benchmark": "^2.1.4", "copyfiles": "^2.0.0", "glslify-import": "^3.1.0", "glslify-loader": "^1.0.2", "jest": "^22.4.2", "raw-loader": "^0.5.1", "regl": "git+https://github.com/regl-project/regl.git#45c6ec570232420fca21567499c9c5a2a054432e", "rollup": "^0.56.2", "rollup-plugin-buble": "^0.19.2", "rollup-plugin-commonjs": "^8.3.0", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-resolve": "^3.0.3", "rollup-watch": "^4.3.1", "ts-jest": "^22.0.4", "tslint": "^5.9.1", "typescript": "^2.8.1", "uglify-js": "^3.3.12", "util.promisify": "^1.0.0", "webpack": "^4.2.0", "webpack-cli": "^2.0.13" }, "dependencies": { "argparse": "^1.0.10", "express": "^4.16.2", "node-fetch": "^2.0.0", "react": "^16.2.0", "react-dom": "^16.2.0" } }