Summary: Releasing version 0.162.0 Reviewed By: cekkaewnumchai Differential Revision: D38973666 fbshipit-source-id: cb17fe83c805a1c4fbef69bf035f4437516665d0
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.162.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.18.2",
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@types/jest": "^27.5.0",
|
|
"@types/node": "^17.0.41",
|
|
"@types/sinon": "^10.0.11",
|
|
"@types/ws": "^8.5.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"ansi-to-html": "^0.7.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-fbjs": "^3.1.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-header": "^3.0.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"jest": "^28.1.1",
|
|
"prettier": "^2.6.2",
|
|
"sinon": "^14.0.0",
|
|
"ts-jest": "^28.0.4",
|
|
"typescript": "^4.7.3",
|
|
"ws": "^8.5.0"
|
|
}
|
|
}
|