Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @aretecode/flipfile   js

Repository URL to install this package:

Version: 1.0.2 

/ package.json

{
  "name": "@aretecode/flipfile",
  "version": "1.0.2",
  "description": "file helpers for reading, writing, deleting, checking types & existence, extracting metadata, walking, globbing, and more.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "prepublishOnly": "make publish"
  },
  "peerDependencies": {
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "@types/node": "10.12.21",
    "typescript": "3.3.1",
    "mkdirp": "0.5.1"
  },

  "author": "James <aretecode@gmail.com>",
  "homepage": "https://github.com/fliphub/fliphub#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fliphub/fliphub.git"
  },
  "bugs": {
    "url": "https://github.com/fliphub/fliphub/issues"
  },
  "keywords": [
    "file",
    "fs",
    "read",
    "write",
    "exists",
    "walk",
    "isAbsolute",
    "fliphub",
    "flipbox"
  ]
}