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"
},
"lint": "tslint src/**/*.ts",
"build": "tsc",
"watch": "tsc -watch",
"test": "jest",
David Sehnal
committed
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
David Sehnal
committed
},
"moduleDirectories": [
"node_modules",
"build/node_modules"
],
"mol-task($|/.*)": "<rootDir>/src/mol-task$1",
"mol-comp($|/.*)": "<rootDir>/src/mol-comp$1",
"mol-util($|/.*)": "<rootDir>/src/mol-util$1",
"mol-data($|/.*)": "<rootDir>/src/mol-data$1",
"mol-math($|/.*)": "<rootDir>/src/mol-math$1",
"mol-io($|/.*)": "<rootDir>/src/mol-io$1",
"mol-model($|/.*)": "<rootDir>/src/mol-model$1"
"testRegex": "\\.spec\\.ts$"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.11.1",
"@types/jest": "^22.1.3",
"@types/node": "^9.4.6",
"rollup": "^0.56.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^8.3.0",