12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "mol-star-proto",
- "version": "0.1.0",
- "description": "Comprehensive molecular library.",
- "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"
- },
- "scripts": {
- "lint": "tslint src/**/*.ts",
- "build": "tsc",
- "watch": "tsc -watch",
- "test": "jest",
- "script": "node build/node_modules/script.js"
- },
- "jest": {
- "moduleFileExtensions": [
- "ts",
- "js"
- ],
- "transform": {
- "\\.ts$": "ts-jest"
- },
- "moduleDirectories": [
- "node_modules",
- "build/node_modules"
- ],
- "moduleNameMapper": {
- "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/argparse": "^1.0.33",
- "@types/benchmark": "^1.0.31",
- "@types/express": "^4.11.1",
- "@types/jest": "^22.1.3",
- "@types/node": "^9.4.6",
- "@types/node-fetch": "^1.6.7",
- "@types/react": "^16.0.4",
- "@types/react-dom": "^16.0.4",
- "benchmark": "^2.1.4",
- "jest": "^22.4.2",
- "regl": "git+https://github.com/regl-project/regl.git#45c6ec570232420fca21567499c9c5a2a054432e",
- "rollup": "^0.56.2",
- "rollup-plugin-buble": "^0.19.2",
- "rollup-plugin-commonjs": "^8.3.0",
- "rollup-plugin-json": "^2.3.0",
- "rollup-plugin-node-resolve": "^3.0.3",
- "rollup-watch": "^4.3.1",
- "ts-jest": "^22.0.4",
- "tslint": "^5.9.1",
- "typescript": "^2.7.2",
- "uglify-js": "^3.3.12",
- "util.promisify": "^1.0.0"
- },
- "dependencies": {
- "argparse": "^1.0.10",
- "express": "^4.16.2",
- "node-fetch": "^2.0.0",
- "react": "^16.2.0",
- "react-dom": "^16.2.0"
- }
- }
|