{
  "name": "appstash",
  "version": "0.7.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Simple, clean application directory resolution",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "makage build",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "makage": "0.1.10"
  },
  "keywords": [
    "directories",
    "config",
    "cache",
    "data",
    "logs",
    "xdg",
    "appdirs"
  ],
  "gitHead": "febc209cbaea97a5976b0554fdb4e1780f6b9618"
}
