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,scss,woff,woff2,ttf,otf,eot,svg,html}\" build/node_modules/ && tsc",
"watch-extra": "cpx \"src/**/*.{vert,frag,glsl,scss,woff,woff2,ttf,otf,eot,svg,html}\" build/node_modules/ --watch",
"build-viewer": "webpack build/node_modules/apps/viewer/index.js --mode development -o build/viewer/index.js",
"watch-viewer": "webpack build/node_modules/apps/viewer/index.js -w --mode development -o build/viewer/index.js",
"model-server": "node build/node_modules/servers/model/server.js",
"model-server-watch": "nodemon --watch build/node_modules build/node_modules/servers/model/server.js"
},
"nodemonConfig": {
"ignoreRoot": ["./node_modules", ".git"],
"ignore": [],
"delay": "2500"
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": {
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"glslify-import": "^3.1.0",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"util.promisify": "^1.0.0",