pranshuchittora/autarky

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "autarky",
  "version": "2.0.0",
  "description": "Liberating disk space from node_modules",
  "author": "Pranshu Chittora <pranshuchittora17@gmail.com>",
  "license": "MIT",
  "homepage": "https://autarky.js.org",
  "repository": {
    "type": "git",
    "url": "git://github.com/pranshuchittora/autarky.git"
  },
  "bugs": {
    "url": "https://github.com/pranshuchittora/autarky/issues"
  },
  "bin": {
    "autarky": "build/index.js"
  },
  "main": "build/index",
  "types": "build/index.d.ts",
  "dependencies": {
    "chalk": "5.3.0",
    "fs": "^0.0.1-security",
    "g-factor": "1.1.0",
    "ink": "3.0.8",
    "ink-big-text": "1.2.0",
    "ink-gradient": "2.0.0",
    "ink-multi-select": "2.0.0",
    "ink-spinner": "4.0.1",
    "ink-table": "3.0.0",
    "ink-text-input": "4.0.1",
    "log-symbols": "4.0.0",
    "moment": "2.24.0",
    "react": "17.0.1",
    "redux": "4.2.0",
    "rimraf": "3.0.0",
    "yn": "5.0.0"
  },
  "scripts": {
    "build": "NODE_ENV='production' npx webpack --config webpack.config.js",
    "format": "prettier --write 'src/**/*.*'",
    "test": "jest",
    "prepublish": "yarn run build",
    "watch": "NODE_ENV='development' webpack --config webpack.config.js",
    "watch:tsc": "tsc -p tsconfig.json --watch",
    "watch:test": "jest --watchAll"
  },
  "devDependencies": {
    "@types/chalk": "2.2.0",
    "@types/inquirer": "6.5.0",
    "@types/jest": "26.0.18",
    "@types/moment": "2.13.0",
    "@types/node": "14.14.13",
    "@types/react": "17.0.0",
    "@types/react-redux": "7.1.11",
    "@types/redux": "3.6.0",
    "@types/rimraf": "2.0.3",
    "jest": "29.1.2",
    "prettier": "1.19.1",
    "ts-jest": "29.0.3",
    "ts-loader": "8.0.12",
    "tsconfig-paths-webpack-plugin": "3.3.0",
    "typescript": "4.1.2",
    "webpack": "5.10.1",
    "webpack-cli": "4.2.0",
    "webpack-node-externals": "2.5.2"
  },
  "files": [
    "build",
    "!**/__tests__"
  ],
  "keywords": [
    "cli",
    "typescript",
    "nodejs",
    "node_modules",
    "storage manager",
    "disk space"
  ]
}