Skip to content
Snippets Groups Projects
package.json 931 B
Newer Older
{
  "name": "chnet-xrf",
  "version": "0.1.0",
  "dependencies": {
  },
  "description": "Web application to analyse XRF images",
  "scripts": {
    "test": "jest"
  },
  "license": "EUPL",
  "repository": {
    "type": "git",
    "url": "https://baltig.infn.it/chnet/XRF-App.git"
  },
  "devDependencies": {
    "@types/jest": "^21.1.6",
    "@types/node": "^8.0.51",
    "jest": "^21.2.1",
    "ts-jest": "^21.2.2",
    "typescript": "^2.6.1"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.ts?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "^.+\\.test\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]