Reviewed By: passy Differential Revision: D34789498 fbshipit-source-id: 9e984b308ac6d0dbc917ddaa20812f76d2a69d77
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "flipper-pkg-lib",
|
|
"version": "0.0.0",
|
|
"description": "Library for building and publishing Flipper plugins",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"flipper-babel-transformer": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"metro": "^0.69.0",
|
|
"metro-cache": "^0.69.0",
|
|
"metro-minify-terser": "^0.66.2",
|
|
"npm-packlist": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/mock-fs": "^4.13.1",
|
|
"@types/node": "^15.12.5",
|
|
"@types/npm-packlist": "^1.1.2",
|
|
"flipper-test-utils": "0.0.0",
|
|
"mock-fs": "^5.1.2"
|
|
},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|