UNPKG

helpers-js-ts

Version:

Helpers various for use in projects javascript

41 lines (40 loc) 862 B
{ "name": "helpers-js-ts", "version": "0.0.6", "description": "Helpers various for use in projects javascript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "release": "standard-version" }, "repository": { "type": "git", "url": "git+https://github.com/miguelsanz72/helpers-js.git" }, "keywords": [ "helpers", "javascript", "sum", "Array", "format", "numbers" ], "author": "Miguel Sanz", "license": "MIT", "bugs": { "url": "https://github.com/miguelsanz72/helpers-js/issues" }, "homepage": "https://github.com/miguelsanz72/helpers-js#readme", "devDependencies": { "@types/lodash": "^4.14.167", "standard-version": "^9.1.0" }, "dependencies": { "lodash": "^4.17.20" } }