Sha256: 441b8a1b9e075716a88df4b7fbaebf32544649f810242f9c009f2a07d796dba0

Contents?: true

Size: 860 Bytes

Versions: 1109

Compression:

Stored size: 860 Bytes

Contents

{
  "name": "xtypescript",
  "version": "0",
  "description": "Exercism exercises in Typescript.",
  "author": "",
  "private": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/exercism/xtypescript"
  },
  "devDependencies": {},
  "scripts": {
    "test": "tsc --noEmit -p . && jest --no-cache",
    "lint": "tsc --noEmit -p . && tslint \"*.ts?(x)\"",
    "lintci": "tslint \"*.ts?(x)\" --force"
  },
  "dependencies": {
    "@types/jest": "^20.0.0",
    "@types/node": "^7.0.5",
    "jest": "^20.0.4",
    "ts-jest": "^20.0.6",
    "tslint": "^5.4.3",
    "typescript": "^2.2.1"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  }
}

Version data entries

1,109 entries across 50 versions & 1 rubygems

Version Path
trackler-2.2.1.35 tracks/typescript/exercises/difference-of-squares/package.json
trackler-2.2.1.35 tracks/typescript/exercises/say/package.json
trackler-2.2.1.35 tracks/typescript/exercises/hamming/package.json
trackler-2.2.1.34 tracks/typescript/exercises/pangram/package.json
trackler-2.2.1.34 tracks/typescript/exercises/phone-number/package.json
trackler-2.2.1.34 tracks/typescript/exercises/leap/package.json
trackler-2.2.1.34 tracks/typescript/exercises/hamming/package.json
trackler-2.2.1.34 tracks/typescript/exercises/hello-world/package.json
trackler-2.2.1.34 tracks/typescript/exercises/grade-school/package.json
trackler-2.2.1.34 tracks/typescript/exercises/raindrops/package.json
trackler-2.2.1.34 tracks/typescript/exercises/difference-of-squares/package.json
trackler-2.2.1.34 tracks/typescript/exercises/etl/package.json
trackler-2.2.1.34 tracks/typescript/exercises/beer-song/package.json
trackler-2.2.1.34 tracks/typescript/exercises/anagram/package.json
trackler-2.2.1.34 tracks/typescript/exercises/bob/package.json
trackler-2.2.1.34 tracks/typescript/exercises/food-chain/package.json
trackler-2.2.1.34 tracks/typescript/exercises/word-count/package.json
trackler-2.2.1.34 tracks/typescript/common/package.json
trackler-2.2.1.34 tracks/typescript/exercises/wordy/package.json
trackler-2.2.1.34 tracks/typescript/exercises/say/package.json