Summary: Releasing version 0.226.0 Reviewed By: antonk52 Differential Revision: D50173834 fbshipit-source-id: 4cab7655169d7429d0ba9bb54a4a89ea4df3eccf
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "js-flipper",
|
|
"title": "JS Flipper Bindings for Web-Socket based clients",
|
|
"version": "0.226.0",
|
|
"main": "lib/index.js",
|
|
"browser": {
|
|
"os": false
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"description": "Flipper bindings for Node.js and web",
|
|
"scripts": {
|
|
"reset": "rimraf index.js *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"fix": "eslint . --fix --ext .js,.ts,.tsx",
|
|
"lint:tsc": "tsc --noemit",
|
|
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
|
|
"lint": "yarn lint:eslint && yarn lint:tsc",
|
|
"test": "cross-env TZ=Pacific/Pohnpei jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/flipper.git",
|
|
"baseUrl": "https://github.com/facebook/flipper/tree/main/js/js-flipper"
|
|
},
|
|
"keywords": [
|
|
"flipper",
|
|
"javascript",
|
|
"browser",
|
|
"node",
|
|
"react",
|
|
"angular",
|
|
"sdk",
|
|
"client"
|
|
],
|
|
"author": {
|
|
"name": "Facebook Inc"
|
|
},
|
|
"license": "MIT",
|
|
"licenseFilename": "LICENSE",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@babel/eslint-parser": "7.22.10",
|
|
"@types/jest": "^29.5.3",
|
|
"@types/node": "^20.5.0",
|
|
"@types/sinon": "^10.0.16",
|
|
"@types/ws": "^8.5.5",
|
|
"@typescript-eslint/eslint-plugin": "6.4.0",
|
|
"@typescript-eslint/parser": "6.4.0",
|
|
"ansi-to-html": "^0.7.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-fbjs": "^4.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-ft-flow": "^3.0.0",
|
|
"eslint-plugin-header": "^3.0.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"jest": "^29.6.2",
|
|
"prettier": "^3.0.2",
|
|
"sinon": "^15.2.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.1.6",
|
|
"ws": "^8.12.1"
|
|
}
|
|
}
|