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"
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"@types/node-fetch": "^2.3.4",
"@types/swagger-ui-dist": "3.0.0",
"util.promisify": "^1.0.0",
"swagger-ui-dist": "^3.22.1",
"xhr2": "^0.1.4"