{ "name": "vendure", "version": "0.1.0", "scripts": { "apollo": "apollo", "generate-gql-types": "ts-node ./codegen/generate-graphql-types.ts", "postinstall": "cd admin-ui && yarn && cd ../server && yarn", "test": "cd admin-ui && yarn test --watch=false --browsers=ChromeHeadlessCI --progress=false && cd ../server && yarn test && yarn test:e2e", "format": "prettier --write --html-whitespace-sensitivity ignore", "lint:server": "cd server && yarn lint --fix", "lint:admin-ui": "cd admin-ui && yarn lint --fix", "precommit": "lint-staged", "postcommit": "git update-index --again", "prepush": "yarn test && cd admin-ui && yarn build --prod" }, "devDependencies": { "@types/node": "^10.11.5", "graphql": "^14.0.2", "graphql-code-generator": "^0.12.6", "graphql-codegen-typescript-template": "^0.12.6", "graphql-tools": "^4.0.0", "husky": "^0.14.3", "lint-staged": "^7.2.0", "prettier": "^1.15.2", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" } }