UNPKG

635 BJSONView Raw
1{
2 "name": "flipper-ui-core",
3 "version": "0.0.0",
4 "description": "Flipper's UI",
5 "repository": "facebook/flipper",
6 "main": "lib/index.js",
7 "flipperBundlerEntry": "src",
8 "types": "lib/index.d.ts",
9 "license": "MIT",
10 "bugs": "https://github.com/facebook/flipper/issues",
11 "dependencies": {},
12 "devDependencies": {},
13 "peerDependencies": {},
14 "scripts": {
15 "reset": "rimraf lib *.tsbuildinfo",
16 "build": "tsc -b",
17 "prepack": "yarn reset && yarn build"
18 },
19 "files": [
20 "lib/**/*"
21 ],
22 "homepage": "https://github.com/facebook/flipper",
23 "keywords": [
24 "Flipper"
25 ],
26 "author": "Facebook, Inc"
27}