UNPKG

jscodeshaft

Version:

Collection of more or less primitive helpers and abstractions for JSCodeShift, build for design system migrations and upgrades.

53 lines (52 loc) 1.53 kB
{ "name": "jscodeshaft", "version": "0.6.0", "description": "Collection of more or less primitive helpers and abstractions for JSCodeShift, build for design system migrations and upgrades.", "repository": "https://github.com/criography/jscodeshaft", "main": "dist/index.js", "module": "lib/index.js", "scripts": { "start": "jscodeshift -t ./sandbox/transformer.js sandbox/src --parser=babel", "rollup": "rollup --config", "prepublish": "npm run rollup && npm version", "lint:dev": "eslint -c .eslintrc.dev --quiet --ext .js 'lib/'", "lint:dev:fix": "eslint -c .eslintrc.dev --quiet --ext .jsx --ext .js --fix 'lib/'", "test": "jest --config .jest.config.json --watch", "postinstall": "bash ./.hooks/postinstall.sh" }, "engines": { "node": ">=16.10.0" }, "peerDependencies": { "jscodeshift": "^0.14.0" }, "dependencies": { "@gkz/ast-types": "0.14.4" }, "devDependencies": { "@babel/core": "7.19.6", "@babel/preset-env": "7.19.4", "@babel/preset-react": "7.18.6", "@faker-js/faker": "7.6.0", "@rollup/plugin-node-resolve": "15.0.1", "babel-jest": "29.2.2", "jest": "29.2.2", "jest-extended": "3.1.0", "jest-file-snapshot": "0.5.0", "jscodeshift": "0.14.0", "minimist": "1.2.7", "rollup": "2.79.1" }, "author": { "name": "criography", "url": "http://criography.com/" }, "license": "MIT", "keywords": [ "jscodeshift", "design system", "codemod", "code migration", "refactor" ] }