UNPKG

as-type

Version:

Convert undetermined data types to the type you want

52 lines (51 loc) 1.28 kB
{ "name": "as-type", "version": "2.0.0", "description": "Convert undetermined data types to the type you want", "keywords": [ "type", "cast", "caster", "casting", "typecast" ], "homepage": "https://github.com/shnhrrsn/as-type#readme", "repository": { "type": "git", "url": "https://github.com/shnhrrsn/as-type.git" }, "license": "MIT", "author": { "name": "Shaun Harrison", "url": "https://github.com/shnhrrsn" }, "main": "lib/index.js", "scripts": { "build": "rm -fr lib && tsc", "commit": "git-cz", "prepack": "yarn build", "release": "standard-version", "test": "ts-node node_modules/ava/cli.js" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/node": "^14.14.0", "ava": "^3.13.0", "commitizen": "^4.2.2", "conventional-changelog-cli": "^2.1.0", "cz-conventional-changelog": "^3.3.0", "husky": "^4.3.0", "lint-staged": "^10.4.2", "prettier": "^2.1.2", "prettier-plugin-packagejson": "^2.2.6", "standard-version": "^9.0.0", "ts-node": "^9.0.0", "typescript": "^4.0.3" } }