{
  "name": "sparray",
  "version": "3.1.0",
  "description": "Super Array - A simple and powerful library to handle immutable arrays/lists",
  "main": "dist/sparray.js",
  "types": "dist/sparray.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "list",
    "array",
    "collection"
  ],
  "author": "Paulo Cândido <pcandido.m@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pcandido/sparray.git"
  },
  "bugs": {
    "url": "https://github.com/pcandido/sparray/issues"
  },
  "homepage": "https://github.com/pcandido/sparray#readme",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.21",
    "@typescript-eslint/eslint-plugin": "^5.14.0",
    "@typescript-eslint/parser": "^5.14.0",
    "eslint": "^8.10.0",
    "jest": "^27.5.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.3",
    "typescript": "^4.6.2"
  },
  "files": [
    "dist"
  ]
}
