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

project-template.project.json Maven / Gradle / Ivy

There is a newer version: 11.11.0
Show newest version
{
  "guid": "a-test-project",
  "dependencies": [],
  "actions": [
    {
      "name": "Build TypeScript",
      "commands": [
        {
          "os": "unix",
          "command": "tsc"
        },
        {
          "os": "windows",
          "command": "cmd /c tsc"
        }
      ],
      "registry": "true"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy