123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "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"
- },
- "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.2.2",
- "@types/node": "^9.6.2",
- "@types/node-fetch": "^1.6.8",
- "@types/react": "^16.3.5",
- "@types/react-dom": "^16.0.4",
- "benchmark": "^2.1.4",
- "copyfiles": "^2.0.0",
- "cpx": "^1.5.0",
- "extra-watch-webpack-plugin": "^1.0.1",
- "glslify-import": "^3.1.0",
- "glslify-loader": "^1.0.2",
- "jest": "^22.4.3",
- "raw-loader": "^0.5.1",
- "regl": "git+https://github.com/regl-project/regl.git#45c6ec570232420fca21567499c9c5a2a054432e",
- "ts-jest": "^22.4.2",
- "tslint": "^5.9.1",
- "typescript": "^2.8.1",
- "uglify-js": "^3.3.18",
- "util.promisify": "^1.0.0",
- "webpack": "^4.5.0",
- "webpack-cli": "^2.0.14"
- },
- "dependencies": {
- "argparse": "^1.0.10",
- "express": "^4.16.3",
- "node-fetch": "^2.1.2",
- "react": "^16.3.1",
- "react-dom": "^16.3.1"
- }
- }
|