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

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

There is a newer version: 7.8.0
Show newest version
{
  "name": "{{#npmName}}{{{npmName}}}{{/npmName}}{{^npmName}}typescript-fetch-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"
  },
  "scripts" : {
    "prepublish" : "typings install && tsc", 
    "test": "tslint api.ts"
  },
  "devDependencies": {
    "tslint": "^3.15.1",
    "typescript": "^1.8.10",
    "typings": "^1.0.4"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy