UNPKG

ts-global-type-extra

Version:
64 lines (63 loc) 1.8 kB
{ "name": "ts-global-type-extra", "version": "1.0.3", "description": "", "keywords": [ ".d.ts", "@types", "declaration", "dev", "develop", "development", "environment", "ide", "interface", "node", "playground", "runtime", "ts", "type", "type-level", "typelevel", "types", "typescript", "typing", "typings", "type-helprt", "toolbox", "toolbelt" ], "homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-global-type-extra#readme", "bugs": { "url": "https://github.com/bluelovers/ws-ts-type/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-ts-type.git", "directory": "packages/ts-global-type-extra" }, "license": "ISC", "author": "bluelovers", "main": "index.js", "types": "index.d.ts", "typings": "index.d.ts", "scripts": { "lint": "ynpx --quiet eslint -- **/*.ts", "test": "echo \"Error: no test specified\"", "test:jest": "ynpx --quiet jest -- --coverage --passWithNoTests", "test:jest:snapshot": "yarn run test:jest -- -u", "test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", "test:snapshot": "yarn run test -- -u", "test:tsd": "ynpx tsd", "preversion": "yarn run prepublishOnly:check-bin && yarn run test", "prepublishOnly": "echo prepublishOnly", "prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json", "ncu": "yarn-tool ncu -u", "sort-package-json": "yarn-tool sort" }, "dependencies": { "@types/node": "*" }, "gitHead": "fa34eea119b9bcbb363061ddffcfe9d78c2d0ddd" }