Files
react-native/packages/react-native-symbolicate/package.json
Christoph Nakazawa d27a4f9166 Add metadata to symbolicate package.
Summary: This will allow publishing the package to npm.

Reviewed By: davidaurelio

Differential Revision: D14083973

fbshipit-source-id: b5f68b87b82a3b6bc644727de403bd449ec17239
2019-02-15 07:28:15 -08:00

25 lines
520 B
JSON

{
"name": "react-native-symbolicate",
"version": "0.0.2",
"description": "A tool to find the source location from JS bundles and stack traces.",
"license": "MIT",
"main": "./symbolicate.js",
"bin": "./symbolicate.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"engines": {
"node": ">=8.3"
},
"files": [
"BUCK",
"symbolicate.js",
"Symbolication.js"
],
"dependencies": {
"source-map": "^0.5.6",
"through2": "^2.0.1"
}
}