{
  "name": "@shlinkio/data-manipulation",
  "description": "Userland implementations of some data manipulation helpers extracted from ramda",
  "private": false,
  "repository": "https://github.com/shlinkio/data-manipulation",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest run",
    "test:ci": "npm run test -- --coverage",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "types": "tsc --noEmit"
  },
  "devDependencies": {
    "@shlinkio/eslint-config-js-coding-standard": "~3.5.0",
    "@stylistic/eslint-plugin": "^5.4.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.37.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.45.0",
    "vitest": "^3.0.2"
  },
  "version": "1.0.4"
}
