Page MenuHomePhorge

package.json
No OneTemporary

Size
936 B
Referenced Files
None
Subscribers
None

package.json

{
"private": true,
"license": "BSD-3-Clause",
"workspaces": [
"lib",
"web",
"native",
"server"
],
"scripts": {
"clean": "yarn workspace lib clean && yarn workspace web clean && yarn workspace native clean && yarn workspace server clean && rm -rf node_modules/",
"cleaninstall": "yarn clean && yarn"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-monorepo": "^0.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-react-native": "^3.8.1",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"prettier": "^1.19.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

File Metadata

Mime Type
application/json
Expires
Sun, Dec 7, 4:28 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839580
Default Alt Text
package.json (936 B)

Event Timeline