{
    "name": "stringable-laravel",
    "version": "1.4.6",
    "description": "Javascript Version's of Laravel's Illuminate\\Support\\Str",
    "main": "dist/index.js",
    "types": "types/index.d.ts",
    "files": [
        "src",
        "dist/*.js",
        "dist/types/*.js",
        "types/*.d.ts"
    ],
    "keywords": [
        "string",
        "strings",
        "string-package",
        "javascript strings",
        "fluent strings",
        "str",
        "stringable",
        "js",
        "js stringable",
        "laravel",
        "laravel strings",
        "laravel js",
        "laraveljs",
        "helper",
        "util"
    ],
    "scripts": {
        "build": "tsc -b",
        "test": "jest"
    },
    "author": "Borys Żmuda <rudashi@gmail.com>",
    "license": "ISC",
    "homepage": "https://github.com/rudashi/stringable#readme",
    "dependencies": {
        "typescript": "^4.9.5",
        "marked": "^4.2.12",
        "ulid": "^2.3.0"
    },
    "devDependencies": {
        "@types/marked": "^4.0.8",
        "@types/jest": "29.4.0",
        "@types/node": "ts4.9",
        "jest": "29.4.3",
        "jest-environment-jsdom": "29.4.3",
        "ts-loader": "^9.4.2",
        "ts-jest": "29.0.5"
    },
    "browser": {
        "crypto": false
    },
    "directories": {
        "test": "tests"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/rudashi/stringable.git"
    },
    "bugs": {
        "url": "https://github.com/rudashi/stringable/issues"
    }
}
