@teambit/renaming
Version:
84 lines • 2.27 kB
JSON
{
"name": "@teambit/renaming",
"version": "1.0.714",
"homepage": "https://bit.cloud/teambit/component/renaming",
"main": "dist/index.js",
"componentId": {
"scope": "teambit.component",
"name": "renaming",
"version": "1.0.714"
},
"dependencies": {
"chalk": "4.1.2",
"graphql-tag": "2.12.1",
"fs-extra": "10.0.0",
"lodash": "4.17.21",
"p-map-series": "2.1.0",
"@teambit/harmony": "0.4.7",
"@teambit/legacy-bit-id": "1.1.3",
"@teambit/workspace.modules.node-modules-linker": "0.0.297",
"@teambit/bit-error": "0.0.404",
"@teambit/cli": "0.0.1268",
"@teambit/component": "1.0.714",
"@teambit/graphql": "1.0.714",
"@teambit/compiler": "1.0.714",
"@teambit/component-writer": "1.0.714",
"@teambit/config": "0.0.1442",
"@teambit/deprecation": "1.0.714",
"@teambit/envs": "1.0.714",
"@teambit/install": "1.0.714",
"@teambit/logger": "0.0.1361",
"@teambit/new-component-helper": "1.0.714",
"@teambit/refactoring": "1.0.714",
"@teambit/remove": "1.0.714",
"@teambit/workspace": "1.0.714"
},
"devDependencies": {
"@types/fs-extra": "9.0.7",
"@types/lodash": "4.14.165",
"@types/mocha": "9.1.0",
"@teambit/component.testing.mock-components": "0.0.333",
"@teambit/harmony.testing.load-aspect": "0.0.328",
"@teambit/workspace.testing.mock-workspace": "0.0.116",
"@teambit/harmony.envs.core-aspect-env": "0.0.78"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"chai": "5.2.1",
"chai-fs": "1.0.0",
"@types/react": "^17.0.73",
"@types/chai-fs": "2.0.5",
"@types/chai": "5.2.2"
},
"license": "Apache-2.0",
"optionalDependencies": {},
"peerDependenciesMeta": {},
"exports": {
".": {
"node": {
"require": "./dist/index.js",
"import": "./dist/esm.mjs"
},
"default": "./dist/index.js"
},
"./dist/*": "./dist/*",
"./artifacts/*": "./artifacts/*",
"./*": "./*.ts"
},
"private": false,
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/teambit/bit"
},
"keywords": [
"bit",
"bit-aspect",
"bit-core-aspect",
"components",
"collaboration",
"web"
]
}