UNPKG

@full-pack/string-builder

Version:

A lightweight and versatile String Builder Class for Node.js & Browser.

69 lines (68 loc) 1.77 kB
{ "name": "@full-pack/string-builder", "version": "2.0.0", "description": "A lightweight and versatile String Builder Class for Node.js & Browser.", "main": "./dist/index.js", "module": "./dist/index.mjs", "browser": "./dist/index.min.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "devDependencies": { "@stylistic/eslint-plugin": "^3.1.0", "@types/jest": "^29.5.13", "eslint-config-love": "^118.0.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.0", "typescript": "^5.7.0" }, "scripts": { "prepare": "husky", "build": "tsup", "test": "jest --config ./jest.config.ts", "test:watch": "jest --watch --config ./jest.config.ts", "coverage": "jest --coverage --config ./jest.config.ts", "format": "prettier -w .", "format:check": "prettier -c .", "lint": "eslint .", "lint:fix": "eslint --fix ." }, "keywords": [ "string", "utilities", "StringBuilder", "string builder", "string formatting", "string manipulation", "string concatenate", "string transformation", "string builder in typescript", "string builder in javascript" ], "repository": { "type": "git", "url": "git+https://github.com/full-pack/string-builder.git" }, "author": "Ram Amoncar", "license": "MIT" }