UNPKG

flow-typed

Version:

A repository of high quality flow type definitions

85 lines (84 loc) 2.45 kB
{ "name": "flow-typed", "description": "A repository of high quality flow type definitions", "license": "MIT", "homepage": "https://flow-typed.github.io/flow-typed", "repository": { "type": "git", "url": "git+https://github.com/flow-typed/flow-typed.git" }, "bugs": { "url": "https://github.com/flow-typed/flow-typed/issues/new/choose" }, "version": "4.1.1", "main": "dist/cli.js", "bin": "dist/cli.js", "packageManager": "yarn@1.22.19", "engines": { "node": ">=10.0.0" }, "scripts": { "build:flow": "flow-copy-source --ignore '**/__tests__/**' src dist", "build:src": "babel ./src --out-dir=./dist", "build": "mkdirp dist && yarn build:src && yarn build:flow", "build:watch": "yarn build:src --watch", "clean": "rimraf dist", "flow": "flow", "lint": "eslint .", "prepare": "mkdirp dist && yarn test", "prepublishOnly": "cp ../README.md .", "test": "yarn clean && yarn build && yarn test-quick", "test-quick": "jest && yarn lint && yarn flow", "test:watch": "yarn clean && yarn build && yarn jest --watch", "watch": "mkdirp dist && babel --source-maps --watch=./src --out-dir=./dist" }, "dependencies": { "@octokit/rest": "^18.12.0", "colors": "1.4.0", "flowgen": "^1.10.0", "fs-extra": "^8.1.0", "glob": "^7.1.6", "got": "^11.8.5", "js-yaml": "^4.1.0", "md5": "^2.2.1", "mkdirp": "^1.0.3", "node-stream-zip": "^1.15.0", "prettier": "^1.19.1", "rimraf": "^3.0.2", "semver": "^7.6.3", "simple-git": "^3.10.0", "table": "^6.7.3", "which": "^2.0.2", "yargs": "^15.1.0" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/eslint-parser": "^7.16.3", "@babel/plugin-syntax-flow": "^7.16.0", "@babel/plugin-transform-react-jsx": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/preset-flow": "^7.16.0", "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-fb-flow": "^0.0.4", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-prettier": "^4.0.0", "flow-bin": "0.261.0", "flow-copy-source": "^2.0.9", "jest": "^29.7.0" }, "keywords": [ "flow", "flowtype" ], "jest": { "modulePathIgnorePatterns": [ "<rootDir>/dist/.*", "<rootDir>/node_modules/.*" ], "testPathIgnorePatterns": [ "<rootDir>/.*/__[^/]*-fixtures__/.*" ] } }