Newer
Older
"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"
},
"build": "cpx \"src/**/*.{vert,frag,glsl}\" build/node_modules/ && tsc",
"watch-shader": "cpx \"src/**/*.{vert,frag,glsl}\" build/node_modules/ --watch",
"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"
David Sehnal
committed
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.ts$": "ts-jest",
"\\.(glsl|frag|vert)$": "jest-raw-loader"
David Sehnal
committed
},
"moduleDirectories": [
"node_modules",
"build/node_modules"
],
"mol-gl($|/.*)": "<rootDir>/src/mol-gl$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",
"mol-view($|/.*)": "<rootDir>/src/mol-view$1"
"glslify": {
"transform": [
"glslify-import"
]
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^9.6.8",
"@types/node-fetch": "^1.6.9",
"@types/react": "^16.3.13",
"glslify-import": "^3.1.0",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"util.promisify": "^1.0.0",