This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
494 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "fbjs-scripts",
"version": "1.2.0",
"description": "A bundle of helpful scripts used in projects consuming fbjs.",
"repository": "facebook/fbjs",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0",
"ansi-colors": "^1.0.1",
"babel-preset-fbjs": "^3.2.0",
"core-js": "^2.4.1",
"cross-spawn": "^5.1.0",
"fancy-log": "^1.3.2",
"object-assign": "^4.0.1",
"plugin-error": "^0.1.2",
"semver": "^5.1.0",
"through2": "^2.0.0"
}
}