Skip to content
Snippets Groups Projects
package.json 3.21 KiB
Newer Older
Alexander Rose's avatar
Alexander Rose committed
  "name": "molstar-proto",
Alexander Rose's avatar
Alexander Rose committed
  "version": "0.1.0",
David Sehnal's avatar
David Sehnal committed
  "description": "Comprehensive molecular library.",
Alexander Rose's avatar
Alexander Rose committed
  "repository": {
    "type": "git",
Alexander Rose's avatar
Alexander Rose committed
  },
  "bugs": {
Alexander Rose's avatar
Alexander Rose committed
  },
Alexander Rose's avatar
Alexander Rose committed
  "scripts": {
    "lint": "tslint src/**/*.ts",
Alexander Rose's avatar
Alexander Rose committed
    "test": "npm run lint && jest",
    "build": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,gql}\" lib/ && tsc -b",
Alexander Rose's avatar
Alexander Rose committed
    "postinstall": "npm run build",
    "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}\" lib/ --watch",
    "build-webpack": "webpack --mode production",
    "watch-webpack": "webpack -w --mode development --display minimal",
    "model-server": "node lib/servers/model/server.js",
    "model-server-watch": "nodemon --watch lib lib/servers/model/server.js"
David Sehnal's avatar
David Sehnal committed
  },
  "nodemonConfig": {
Alexander Rose's avatar
Alexander Rose committed
    "ignoreRoot": [
      "./node_modules",
      ".git"
    ],
David Sehnal's avatar
David Sehnal committed
    "ignore": [],
    "delay": "2500"
Alexander Rose's avatar
Alexander Rose committed
  },
  "jest": {
Alexander Rose's avatar
Alexander Rose committed
      "\\.ts$": "ts-jest"
    "moduleDirectories": [
      "node_modules",
    "testURL": "http://localhost/",
Alexander Rose's avatar
Alexander Rose committed
    "testRegex": "\\.spec\\.ts$"
  },
Alexander Rose's avatar
Alexander Rose committed
  "author": "Mol* Contributors",
  "contributors": [
    "Alexander Rose <alexander.rose@weirdbyte.de>",
    "David Sehnal <david.sehnal@gmail.com>",
    "Sebastian Bittrich <sebastian.bittrich@rcsb.org>"
  ],
Alexander Rose's avatar
Alexander Rose committed
  "license": "MIT",
  "devDependencies": {
Alexander Rose's avatar
Alexander Rose committed
    "jest": "^24.8.0",
Alexander Rose's avatar
Alexander Rose committed
  "dependencies": {
arose's avatar
arose committed
David Sehnal's avatar
David Sehnal committed
Alexander Rose's avatar
Alexander Rose committed
    "rxjs": "^6.5.2",