UNPKG

@tsmean/utils

Version:

A library of pure utility functions

35 lines (34 loc) 903 B
{ "name": "@tsmean/utils", "version": "1.1.3", "description": "A library of pure utility functions", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha --reporter spec --compilers ts:ts-node/register 'src/**/*.test.ts'", "pub": "tsc && git add --all && git commit -m update && npm version patch && npm publish && git push" }, "repository": { "type": "git", "url": "git+https://github.com/bersling/utils.git" }, "keywords": [ "pure", "utils", "tsmean" ], "author": "bersling@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/bersling/utils/issues" }, "homepage": "https://github.com/bersling/utils#readme", "devDependencies": { "@types/chai": "^4.0.1", "@types/mocha": "^2.2.41", "chai": "^4.0.2", "mocha": "^3.4.2", "ts-node": "^3.1.0", "typescript": "^2.4.1" } }