@l33tc0d3/reshape
Version:
Provides useful methods for reshaping collections
52 lines • 1.31 kB
JSON
{
"name": "@l33tc0d3/reshape",
"type": "module",
"version": "0.1.2",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"description": "Provides useful methods for reshaping collections",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"typedocOptions": {
"entryPoints": ["./src/index.ts"],
"exclude": "**/*.test.ts",
"entryPointStrategy": "expand"
},
"scripts": {
"build": "bun run build.ts",
"prepublishOnly": "bun run build",
"lint": "eslint",
"docs": "typedoc"
},
"files": [
"dist"
],
"keywords": [
"reshape"
],
"license": "MIT",
"homepage": "https://github.com/antonmarsden/reshape#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antonmarsden/reshape.git"
},
"bugs": "https://github.com/antonmarsden/reshape/issues",
"author": "Anton Marsden <antonmarsden@gmail.com>",
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/bun": "^1.2.4",
"bun-plugin-dts": "^0.3.0",
"eslint": "^9.22.0",
"eslint-plugin-prettier": "^5.2.3",
"typescript-eslint": "^8.26.0",
"typedoc": "^0.27.9"
},
"private": false,
"peerDependencies": {
"typescript": "^5"
}
}