[d24f17c] | 1 | {
|
---|
| 2 | "name": "ts-toolbelt",
|
---|
| 3 | "version": "9.6.0",
|
---|
| 4 | "description": "TypeScript's largest utility library",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "safe",
|
---|
| 7 | "tools",
|
---|
| 8 | "types",
|
---|
| 9 | "typesafe",
|
---|
| 10 | "typescript"
|
---|
| 11 | ],
|
---|
| 12 | "homepage": "https://github.com/millsp/ts-toolbelt",
|
---|
| 13 | "repository": {
|
---|
| 14 | "type": "git",
|
---|
| 15 | "url": "https://github.com/millsp/ts-toolbelt"
|
---|
| 16 | },
|
---|
| 17 | "license": "Apache-2.0",
|
---|
| 18 | "author": {
|
---|
| 19 | "name": "Pierre-Antoine Mills",
|
---|
| 20 | "url": "https://github.com/millsp"
|
---|
| 21 | },
|
---|
| 22 | "main": "out/index.js",
|
---|
| 23 | "types": "out/index.d.ts",
|
---|
| 24 | "files": [
|
---|
| 25 | "out"
|
---|
| 26 | ],
|
---|
| 27 | "scripts": {
|
---|
| 28 | "build:clean": "bash scripts/build/clean.sh",
|
---|
| 29 | "build:code": "bash scripts/build/code.sh",
|
---|
| 30 | "build:docs": "bash scripts/build/docs.sh",
|
---|
| 31 | "build:types": "bash scripts/build/types.sh",
|
---|
| 32 | "ci:branch:ad": "bash scripts/ci/branch/ad.sh",
|
---|
| 33 | "ci:branch:bd": "bash scripts/ci/branch/bd.sh",
|
---|
| 34 | "ci:docs:ad": "bash scripts/ci/docs/ad.sh",
|
---|
| 35 | "ci:docs:bd": "bash scripts/ci/docs/bd.sh",
|
---|
| 36 | "ci:master:ad": "bash scripts/ci/master/ad.sh",
|
---|
| 37 | "ci:master:bd": "bash scripts/ci/master/bd.sh",
|
---|
| 38 | "ci:test:ad": "bash scripts/ci/test/ad.sh",
|
---|
| 39 | "ci:test:bd": "bash scripts/ci/test/bd.sh",
|
---|
| 40 | "release": "bash scripts/release.sh",
|
---|
| 41 | "test": "bash scripts/test/all.sh",
|
---|
| 42 | "test:code": "bash scripts/test/code.sh",
|
---|
| 43 | "test:lint": "bash scripts/test/lint.sh",
|
---|
| 44 | "test:types": "bash scripts/test/types.sh"
|
---|
| 45 | },
|
---|
| 46 | "dependencies": {},
|
---|
| 47 | "devDependencies": {
|
---|
| 48 | "@commitlint/cli": "^11.0.0",
|
---|
| 49 | "@commitlint/config-conventional": "^11.0.0",
|
---|
| 50 | "@typescript-eslint/parser": "^4.14.0",
|
---|
| 51 | "eledoc": "^0.2.0",
|
---|
| 52 | "eslint": "^7.18.0",
|
---|
| 53 | "eslint-plugin-fp": "^2.3.0",
|
---|
| 54 | "eslint-plugin-react": "^7.22.0",
|
---|
| 55 | "husky": "^4.3.0",
|
---|
| 56 | "npx": "^10.2.0",
|
---|
| 57 | "sort-package-json": "^1.48.0",
|
---|
| 58 | "standard-version": "^9.1.0",
|
---|
| 59 | "ts-node": "^9.1.0",
|
---|
| 60 | "tslib": "^2.1.0",
|
---|
| 61 | "typedoc": "^0.20.0",
|
---|
| 62 | "typescript": "latest"
|
---|
| 63 | }
|
---|
| 64 | }
|
---|