UNPKG

create-iamturns-app

Version:
66 lines (65 loc) 2.38 kB
{ "name": "create-iamturns-app", "description": "App generator for my projects", "license": "MIT", "author": "Matt Turnbull <matt@iamturns.com> (https://iamturns.com)", "homepage": "https://github.com/iamturns/create-iamturns-app", "repository": { "type": "git", "url": "https://github.com/iamturns/create-iamturns-app.git" }, "bugs": { "url": "https://github.com/iamturns/create-iamturns-app/issues" }, "version": "1.0.0", "main": "dist/index.js", "scripts": { "pre-commit": "lint-staged && npm run build", "build": "echo 'No build step'", "dev": "echo 'No dev command, see DEVELOPING.md'", "dev-test": "npm run test:watch", "format": "run-s format:developing format:package format:imports format:prettier format:eslint", "format:developing": "doctoc --maxlevel 3 --notitle ./DEVELOPING.md", "format:eslint": "eslint --cache --ext '.js,.jsx,.ts,.tsx' --fix ./ >/dev/null 2>&1 || true", "format:imports": "import-sort --write '**/*.{js,jsx,ts,tsx}'", "format:package": "prettier-package-json --write", "format:prettier": "prettier --write '**/*.{css,gql,graphql,html,js,jsx,json,less,md,mdx,scss,ts,tsx,vue,yaml,yml}' '.editorconfig' 'LICENSE'", "lint": "eslint --cache --ext '.js,.jsx,.ts,.tsx' ./", "reinstall": "iamturns-scripts reinstall", "reset": "iamturns-scripts reset", "start": "npm run dev", "test": "jest --passWithNoTests --coverage", "test:watch": "jest --watch", "upgrade": "iamturns-scripts upgrade", "validate": "run-p --print-label lint test build" }, "dependencies": { "chalk": "^2.4.1", "cross-spawn": "^6.0.5", "debug": "^4.1.0", "ejs": "^2.6.1", "eslint": "^5.5.0", "inquirer": "^6.2.1", "npm-check": "^5.8.0", "prettier": "^1.14.3", "read-pkg-up": "^4.0.0", "recursive-copy": "^2.0.9", "rimraf": "^2.6.2", "yargs-parser": "^11.0.0" }, "devDependencies": { "babel-jest": "^23.6.0", "doctoc": "^1.3.1", "eslint-config-iamturns": "^1.0.0", "husky": "^1.1.1", "iamturns-scripts": "^5.0.0", "import-sort-cli": "^5.2.0", "import-sort-parser-babylon": "5.2.0", "import-sort-parser-typescript": "5.0.0", "import-sort-style-module": "5.0.0", "jest": "^23.6.0", "lint-staged": "^8.1.0", "npm-run-all": "^4.1.5", "prettier-package-json": "^2.0.1" } }