Newer
Older
"homepage": "https://github.com/molstar/molstar-proto#readme",
"build": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,gql}\" build/src/ && tsc -b",
"watch": "concurrently --kill-others \"npm:watch-ts\" \"npm:watch-extra\" \"npm:watch-webpack\"",
"watch-ts": "tsc -watch",
"watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,gql}\" build/src/ --watch",
"build-webpack": "webpack --mode production",
"watch-webpack": "webpack -w --mode development --display minimal",
"model-server": "node build/src/servers/model/server.js",
"model-server-watch": "nodemon --watch build/src build/src/servers/model/server.js"
David Sehnal
committed
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
David Sehnal
committed
},
"moduleDirectories": [
"node_modules",
"mol-gl($|/.*)": "<rootDir>/src/mol-gl$1",
"mol-math($|/.*)": "<rootDir>/src/mol-math$1",
"mol-model($|/.*)": "<rootDir>/src/mol-model$1",
"mol-model-props($|/.*)": "<rootDir>/src/mol-model-props$1",
"mol-model-formats($|/.*)": "<rootDir>/src/mol-model-formats$1",
"mol-plugin($|/.*)": "<rootDir>/src/mol-plugin$1",
"mol-ql($|/.*)": "<rootDir>/src/mol-ql$1",
"mol-repr($|/.*)": "<rootDir>/src/mol-repr$1",
"mol-state($|/.*)": "<rootDir>/src/mol-state$1",
"mol-task($|/.*)": "<rootDir>/src/mol-task$1",
"mol-theme($|/.*)": "<rootDir>/src/mol-theme$1",
David Sehnal
committed
"mol-canvas3d($|/.*)": "<rootDir>/src/mol-canvas3d$1"
"contributors": [
"Alexander Rose <alexander.rose@weirdbyte.de>",
"David Sehnal <david.sehnal@gmail.com>",
"Sebastian Bittrich <sebastian.bittrich@rcsb.org>"
],
"util.promisify": "^1.0.0",
"@types/argparse": "^1.0.36",
"@types/benchmark": "^1.0.31",
"@types/compression": "0.0.36",
"@types/express": "^4.16.1",
"@types/gl": "^4.1.0",
"@types/jest": "^24.0.13",
"@types/node-fetch": "^2.3.4",
"@types/pngjs": "^3.3.2",
"@types/react-dom": "^16.8.4",
"@types/swagger-ui-dist": "3.0.0",
"@types/webgl2": "0.0.4",
"swagger-ui-dist": "^3.22.2",
"xhr2": "^0.2.0"