
META-INF.es4x-commands.init.js.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": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vertx/core": "${stack.version}"
},
"devDependencies": {
"@es4x/create": "${project.version}",
"@vertx/unit": "${stack.version}"
},
"scripts": {
"postinstall": "es4x install",
"start": "es4x",
"test": "es4x test index.test.js"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy