{
  "name": "@nekobird/piko",
  "version": "0.0.14",
  "private": false,
  "description": "A general utility library for dealing with numbers, strings, and other things.",
  "keywords": [
    "nekobird",
    "piko",
    "utility library"
  ],
  "homepage": "https://github.com/nekobird/piko#readme",
  "bugs": {
    "url": "https://github.com/nekobird/piko/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nekobird/piko.git"
  },
  "license": "MIT",
  "author": "Andrew Prasetya",
  "sideEffects": false,
  "main": "build/commonjs/piko.js",
  "module": "build/esm/piko.js",
  "jsnext:main": "build/esm/piko.js",
  "types": "build/types/lib/piko.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "build": "rimraf build; tsc --emitDeclarationOnly; rollup -c rollup.config.js",
    "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs lib",
    "clean": "rimraf build",
    "coverage": "jest --coverage",
    "prepublishOnly": "npm run build",
    "test": "jest --watch"
  },
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@babel/plugin-transform-typescript": "^7.10.3",
    "@babel/preset-env": "^7.10.3",
    "@babel/preset-typescript": "^7.10.1",
    "@types/jest": "^26.0.3",
    "jest": "^26.1.0",
    "rimraf": "^3.0.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-typescript": "^1.0.1",
    "ts-jest": "^26.1.1",
    "tslib": "^2.0.0",
    "typedoc": "^0.17.7",
    "typedoc-plugin-markdown": "^2.3.1",
    "typescript": "^3.9.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
