@samlevy/string-helpers
Version:
Basic string helper functions
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "@samlevy/string-helpers",
"type": "module",
"version": "1.2.0",
"description": "Basic string helper functions",
"source": "src/index.ts",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/string-helpers.cjs",
"default": "./dist/string-helpers.js"
},
"types": "dist/index.d.ts",
"module": "dist/string-helpers.js",
"main": "dist/string-helpers.js",
"unpkg": "dist/string-helpers.umd.js",
"scripts": {
"test": "jest",
"build": "microbundle",
"dev": "microbundle watch",
"biome": "biome check",
"biome-fix": "biome check --fix",
"eslint": "eslint",
"eslint-fix": "eslint --fix",
"oxlint": "oxlint",
"oxlint-fix": "oxlint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samlev/string-helpers.git"
},
"keywords": [
"strings",
"string",
"helpers",
"camel case",
"snake case",
"squish",
"headline"
],
"author": "Samuel Levy <sam@determineddevelopment.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/samlev/string-helpers/issues"
},
"homepage": "https://github.com/samlev/string-helpers#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.17.0",
"@jest/globals": "^29.7.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"oxlint": "^0.15.3",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
}
}