UNPKG

will-util

Version:
43 lines (42 loc) 927 B
{ "name": "will-util", "version": "1.0.9", "description": "Utility functional", "main": "index.js", "scripts": { "build": "tsc --project ./", "test": "jest", "test:cover": "jest --coverage" }, "keywords": [ "Utilities", "Arguments", "Iterator", "StringTokenizer", "Configure" ], "author": "tassun_oro@hotmail.com", "license": "MIT", "bugs": { "url": "https://github.com/tassun/will-util/issues" }, "homepage": "https://github.com/tassun/will-util#readme", "repository": { "type": "git", "url": "https://github.com/tassun/will-util.git" }, "devDependencies": { "@types/config": "^3.3.0", "@types/jest": "^29.2.0", "@types/node": "^18.11.7", "config": "^3.3.8", "jest": "^29.2.2", "ts-dev": "^2.1.16", "ts-jest": "^29.0.3", "ts-node-dev": "^2.0.0", "typescript": "^4.8.4" }, "engines": { "node": ">=15" } }