typescript-tuple
Version:
Generics to work with tuples in TypeScript
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "typescript-tuple",
"version": "5.0.1",
"description": "Generics to work with tuples in TypeScript",
"main": "index.js",
"scripts": {
"build": "pnpm run lint && tsc",
"clean": "clean-typescript-build .",
"lint": "tslint -p .",
"lint:fix": "pnpm run lint -- --fix",
"test:types": "tsc --noEmit",
"prepublishOnly": "pnpm run build",
"postpublish": "pnpm run clean",
"test": "pnpm run lint && pnpm run test:types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ksxnodemodules/typescript-tuple.git"
},
"keywords": [
"generic",
"tuple",
"typescript"
],
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksxnodemodules/typescript-tuple/issues"
},
"homepage": "https://github.com/ksxnodemodules/typescript-tuple#readme",
"dependencies": {
"typescript-compare": "^0.0.2"
},
"devDependencies": {
"typescript": "~4.1.2",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"static-type-assert": "^4.0.1",
"toolcheck": "^0.1.4",
"clean-typescript-build": "^0.1.5"
}
}