Sha256: 9bfad46e3c8ea47cf115cdfc133f300d799476d3a9c45dbd6ad91b61616ab909

Contents?: true

Size: 865 Bytes

Versions: 7929

Compression:

Stored size: 865 Bytes

Contents

{
  "name": "xtypescript",
  "version": "1.0.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": "^21.1.5",
    "@types/node": "^8.0.47",
    "jest": "^21.2.1",
    "ts-jest": "^21.1.3",
    "tslint": "^5.8.0",
    "typescript": "^2.5.3"
  },
  "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

7,929 entries across 125 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/typescript/exercises/palindrome-products/package.json
trackler-2.2.1.180 tracks/typescript/exercises/pangram/package.json
trackler-2.2.1.180 tracks/typescript/exercises/phone-number/package.json
trackler-2.2.1.180 tracks/typescript/exercises/pig-latin/package.json
trackler-2.2.1.180 tracks/typescript/exercises/protein-translation/package.json
trackler-2.2.1.180 tracks/typescript/exercises/proverb/package.json
trackler-2.2.1.180 tracks/typescript/exercises/rational-numbers/package.json
trackler-2.2.1.179 tracks/typescript/exercises/beer-song/package.json
trackler-2.2.1.179 tracks/typescript/exercises/binary-search-tree/package.json
trackler-2.2.1.179 tracks/typescript/exercises/atbash-cipher/package.json
trackler-2.2.1.179 tracks/typescript/exercises/anagram/package.json
trackler-2.2.1.179 tracks/typescript/exercises/binary-search/package.json
trackler-2.2.1.179 tracks/typescript/exercises/armstrong-numbers/package.json
trackler-2.2.1.179 tracks/typescript/exercises/accumulate/package.json
trackler-2.2.1.179 tracks/typescript/common/package.json
trackler-2.2.1.179 tracks/typescript/exercises/acronym/package.json
trackler-2.2.1.179 tracks/typescript/exercises/word-count/package.json
trackler-2.2.1.179 tracks/typescript/exercises/all-your-base/package.json
trackler-2.2.1.179 tracks/typescript/exercises/wordy/package.json
trackler-2.2.1.179 tracks/typescript/exercises/two-bucket/package.json