UNPKG

typescript-string-operations

Version:

Simple lightweight string operation library for Typescript, works with Angular

51 lines (50 loc) 1.34 kB
{ "name": "typescript-string-operations", "version": "1.6.1", "description": "Simple lightweight string operation library for Typescript, works with Angular", "main": "dist/index.js", "types": "index.d.ts", "files": [ "dist/**/*", "index.d.ts" ], "scripts": { "test": "jest", "build": "tsc; uglifyjs ./dist/index.js --compress -o ./dist/index.js", "lint": "eslint ." }, "repository": "https://github.com/sevensc/typescript-string-operations.git", "keywords": [ "typescript", "string format", "string operations", "stringbuilder", "string builder", "angular" ], "author": "sevensc", "license": "MIT", "bugs": { "url": "https://github.com/sevensc/typescript-string-operations/issues" }, "homepage": "https://github.com/sevensc/typescript-string-operations#readme", "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.30.0", "@types/jest": "^30.0.0", "@types/node": "^24.0.7", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", "eslint": "^9.30.0", "globals": "^16.2.0", "jest": "^30.0.3", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3", "uglify-js": "^3.19.3" }, "directories": {}, "resolutions": { "natives": "1.1.6" } }