All Downloads are FREE. Search and download functionalities are using the official Maven repository.

typescript-aurelia.package.json.mustache Maven / Gradle / Ivy

The newest version!
{
  "name": "{{#npmName}}{{{npmName}}}{{/npmName}}{{^npmName}}typescript-aurelia-api{{/npmName}}",
  "version": "{{#npmVersion}}{{{npmVersion}}}{{/npmVersion}}{{^npmVersion}}0.0.0{{/npmVersion}}",
  "license": "Unlicense",
  "main": "./dist/Api.js",
  "browser": "./dist/Api.js",
  "typings": "./dist/Api.d.ts",
  "dependencies": {
    {{^supportsES6}}"core-js": "^2.4.0",
    {{/supportsES6}}"isomorphic-fetch": "^2.2.1",
    "aurelia-framework": "^1.3.1",
    "aurelia-http-client": "^1.3.0"
  },
  "scripts": {
    "build": "tsc --outDir dist/",
    "prepare": "npm run build",
    "test": "tslint Api.ts"
  },
  "devDependencies": {
    "tslint": "^3.15.1",
    "typescript": "^2.4 || ^3.0"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy