Skip to content
Snippets Groups Projects
package.json 1.62 KiB
Newer Older
David Sehnal's avatar
David Sehnal committed
  "name": "mol-star-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
  "scripts": {
    "lint": "./node_modules/.bin/tslint src/**/*.ts",
    "build": "./node_modules/.bin/tsc",
    "watch": "./node_modules/.bin/tsc -watch",
    "test": "./node_modules/.bin/jest",
Alexander Rose's avatar
Alexander Rose committed
    "script": "node build/node_modules/script.js"
Alexander Rose's avatar
Alexander Rose committed
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "moduleDirectories": [
      "node_modules",
      "build/node_modules"
    ],
Alexander Rose's avatar
Alexander Rose committed
    "testRegex": "\\.spec\\.ts$"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
  "dependencies": {
    "express": "^4.16.2",