UNPKG

necessary-utils-core

Version:
57 lines (56 loc) 1.37 kB
{ "name": "necessary-utils-core", "version": "1.1.2", "description": "Necessary utils for the NodeJS projects.", "main": "dist/index.umd.min.js", "module": "dist/index.es.js", "types": "dist/src/main.d.ts", "files": [ "/dist/**/*" ], "type": "commonjs", "scripts": { "build": "yarn rollup -c", "test": "mocha", "release":"yarn test && yarn build" }, "keywords": [ "typescript", "Utils", "NodeJS", "Dictionary", "CancellationWork", "TimeSpan" ], "repository": { "type": "git", "url": "git+https://github.com/hanifiyildirimdagi/nu-core.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/hanifiyildirimdagi/nu-core/issues" }, "homepage": "https://github.com/hanifiyildirimdagi/nu-core#readme", "contributors": [ { "email": "iletisim@hanifiyildirimdagi.com", "name": "Hanifi YILDIRIMDAĞI", "url": "https://github.com/hanifiyildirimdagi" } ], "devDependencies": { "@babel/core": "^7.18.2", "@rollup/plugin-babel": "^5.3.1", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/node": "*", "chai": "^4.3.6", "mocha": "^10.0.0", "rollup": "^2.75.6", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "ts-node": "^10.8.1", "typescript": "^4.7.3" } }