create-ima-app
Version:
Create a IMA.js App easily.
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "create-ima-app",
"version": "19.4.0",
"description": "Create a IMA.js App easily.",
"type": "module",
"keywords": [
"IMA.js",
"Isomorphic",
"JavaScript",
"cli"
],
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git",
"directory": "packages/create-ima-app"
},
"license": "MIT",
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>",
"contributors": [
{
"name": "Martin Urban",
"email": "martin.urban@firma.seznam.cz"
},
{
"name": "Martin Jurča",
"email": "martin.jurca@firma.seznam.cz"
},
{
"name": "Ondřej Baše",
"email": "ondrej.base@firma.seznam.cz"
}
],
"bin": {
"create-ima-app": "./bin/create-ima-app.js"
},
"scripts": {
"lint": "eslint './**/*.{js,jsx,ts,tsx}'",
"stylelint": "stylelint './**/*.less'"
},
"dependencies": {
"chalk": "^5.2.0",
"deepmerge": "^4.3.1",
"fs-extra": "^11.1.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}