UNPKG

create-rx-app

Version:
72 lines (71 loc) 1.82 kB
{ "name": "create-rx-app", "version": "0.6.23", "description": "ReactXP Project Generator", "main": "index.js", "license": "MIT", "author": { "name": "Oleksandr Tarasiuk", "email": "oleksandr.tarasiuk@outlook.com" }, "repository": { "type": "git", "url": "https://github.com/a-tarasyuk/create-rx-app.git" }, "bugs": { "url": "https://github.com/a-tarasyuk/create-rx-app/issues" }, "keywords": [ "reactxp", "react", "react-native", "react-native-windows", "reactxp project generator" ], "scripts": { "prepare": "npm run build", "format": "prettier --write \"./**/*.{ts,md}\"", "format:check": "prettier --list-different \"./**/*.{ts,md}\"", "build": "tsc -p tsconfig.json", "lint": "eslint --config .eslintrc --ext .ts src test", "test": "jest -c jest.config.js" }, "dependencies": { "@types/fs-extra": "9.0.6", "@types/jest": "26.0.20", "@types/lodash": "4.14.168", "@types/minimist": "1.2.1", "@types/mustache": "4.1.1", "@types/node": "14.14.22", "@types/username": "3.0.0", "@types/uuid": "8.3.0", "@typescript-eslint/eslint-plugin": "4.14.1", "@typescript-eslint/parser": "4.14.1", "chalk": "4.1.0", "commander": "7.0.0", "enquirer": "2.3.6", "eslint": "7.19.0", "eslint-plugin-jest": "24.1.3", "fs-extra": "9.1.0", "husky": "4.3.8", "jest": "26.6.3", "lodash": "4.17.20", "mustache": "4.1.0", "prettier": "2.2.1", "ts-jest": "26.5.0", "typescript": "4.1.3", "username": "5.1.0", "uuid": "8.3.2" }, "bin": { "create-rx-app": "bin/create-rx-app.js" }, "engines": { "node": ">=8.11.4" }, "husky": { "hooks": { "pre-commit": "npm run lint && npm run format:check && npm run build" } } }