UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

58 lines (57 loc) 1.68 kB
{ "name": "create-instantsearch-app", "version": "7.5.45", "license": "MIT", "description": "⚡️ Build InstantSearch apps at the speed of thought", "keywords": [ "algolia", "instantsearch" ], "repository": "algolia/instantsearch", "author": "Algolia <support@algolia.com>", "main": "index.js", "bin": { "create-instantsearch-app": "src/cli/index.js" }, "scripts": { "start": "node src/cli/index.js", "test": "jest --no-color src && yarn run test:e2e", "test:e2e:templates": "jest e2e/templates.test.js", "test:e2e:installs": "jest e2e/installs.test.js", "test:e2e": "yarn run test:e2e:templates && yarn run test:e2e:installs", "format": "prettier --write *.{js,md,json}", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release-templates": "node ./scripts/release-templates", "release": "shipjs prepare" }, "files": [ "index.js", "src" ], "engines": { "node": ">= 10" }, "dependencies": { "@algolia/client-common": "5.1.1", "@metalsmith/in-place": "4.6.0", "@metalsmith/remove": "1.3.0", "algoliasearch": "5.1.1", "chalk": "3.0.0", "commander": "4.1.1", "inquirer": "8.2.0", "jstransformer-handlebars": "1.1.0", "load-json-file": "6.2.0", "lodash.camelcase": "4.3.0", "metalsmith": "2.5.1", "metalsmith-rename": "1.0.0", "prettier": "^2.4.1", "semver": "6.1.1", "validate-npm-package-name": "3.0.0" }, "devDependencies": { "@instantsearch/testutils": "1.86.0", "jest-image-snapshot": "2.12.0", "walk-sync": "2.0.2" }, "gitHead": "1f67191dc75df4159368004225942d07ab48f525" }