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

META-INF.es4x-commands.init.ts.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "template-js",
  "version": "1.0.0",
  "private": true,
  "description": "A bare-bones es4x application",
  "type": "commonjs",
  "main": "dist/index.js",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@vertx/core": "${stack.version}"
  },
  "devDependencies": {
    "@es4x/create": "${project.version}",
    "typescript": "^4.0.2",
    "@vertx/unit": "${stack.version}"
  },
  "scripts": {
    "postinstall": "es4x install",
    "prestart": "tsc",
    "start": "es4x",
    "pretest": "tsc",
    "test": "es4x test dist/index.test.js"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy