react-scanner-orbit
Version:
Extract React components and props usage from code.
67 lines (66 loc) • 1.6 kB
JSON
{
"name": "react-scanner-orbit",
"version": "3.0.1",
"description": "Extract React components and props usage from code.",
"bin": "bin/react-scanner.js",
"type": "module",
"scripts": {
"prepare": "husky install",
"build": "node scripts/processors.js",
"lint": "eslint --max-warnings 0 \"**/*.js\"",
"prettier": "prettier --write \"**/*.{js,json,md}\"",
"test": "uvu src test",
"test:watch": "watchlist src -- npm t",
"test:coverage": "c8 --include=src/**/*.js -o coverage --check-coverage --branches 95 --functions 95 --lines 95 --statements 95 npm t",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@babel/core": "^7.22.17",
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.16",
"dlv": "1.1.3",
"dset": "3.1.2",
"fdir": "6.1.0",
"is-plain-object": "5.0.0",
"picomatch": "2.3.1",
"sade": "1.8.1"
},
"devDependencies": {
"c8": "7.11.3",
"escodegen-wallaby": "1.6.34",
"eslint": "8.17.0",
"eslint-plugin-import": "2.26.0",
"execa": "6.1.0",
"husky": "8.0.0",
"uvu": "0.5.3",
"prettier": "2.6.2",
"watchlist": "0.3.1"
},
"repository": {
"type": "git"
},
"files": [
"bin",
"src/**/!(*.test).@(js|json)"
],
"engines": {
"node": ">=18.0.0"
},
"exports": "./src/index.js",
"keywords": [
"react",
"scanner",
"component",
"components",
"jsx",
"usage",
"info",
"stats",
"statistics"
],
"author": {
"name": "Misha Moroshko",
"email": "michael.moroshko@gmail.com"
},
"license": "MIT"
}