@tidyjs/tidy
Version:
Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "@tidyjs/tidy",
"version": "2.5.2",
"description": "Tidy up your data with JavaScript, inspired by dplyr and the tidyverse",
"main": "dist/lib/index.js",
"module": "dist/es/index.js",
"files": [
"dist"
],
"types": "dist/tidy.d.ts",
"typings": "dist/tidy.d.ts",
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"dev": "NODE_ENV=development tsc -m esNext --outDir dist/es -w",
"prepublishOnly": "npm run test && npm run test:build && npm run clean && npm run build",
"lint": "eslint --ext js,ts,tsx src",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"test": "jest",
"test:build": "tsc --noEmit -p tsconfig.json",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage"
},
"keywords": [
"data",
"tidy data",
"data wrangling",
"dplyr",
"tidyr"
],
"author": "Peter Beshai <peter.beshai@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pbeshai/tidy.git"
},
"dependencies": {
"d3-array": "^2.9.1",
"ts-toolbelt": "^8.0.7"
},
"devDependencies": {
"rollup-plugin-dts": "^2.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "11b68d5d043f77c1f9f963572d4aa879b75fd58e"
}