1 | {
|
2 | "name": "just-sort-by",
|
3 | "version": "3.2.0",
|
4 | "description": "Produces a new array, sorted in ascending order",
|
5 | "type": "module",
|
6 | "exports": {
|
7 | ".": {
|
8 | "types": "./index.d.ts",
|
9 | "require": "./index.cjs",
|
10 | "import": "./index.mjs"
|
11 | },
|
12 | "./package.json": "./package.json"
|
13 | },
|
14 | "main": "index.cjs",
|
15 | "types": "index.d.ts",
|
16 | "scripts": {
|
17 | "test": "echo \"Error: no test specified\" && exit 1",
|
18 | "build": "rollup -c"
|
19 | },
|
20 | "repository": "https://github.com/angus-c/just",
|
21 | "keywords": [
|
22 | "array",
|
23 | "sort",
|
24 | "just"
|
25 | ],
|
26 | "author": "evandrolg",
|
27 | "license": "MIT",
|
28 | "bugs": {
|
29 | "url": "https://github.com/angus-c/just/issues"
|
30 | }
|
31 | } |
\ | No newline at end of file |