UNPKG

create-ima-app

Version:

Create a IMA.js App easily.

53 lines (52 loc) 1.16 kB
{ "name": "create-ima-app", "version": "20.0.1", "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.6.2", "deepmerge": "^4.3.1", "fs-extra": "^11.3.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }