{ "name": "@pushrocks/smartstring", "version": "3.0.12", "private": false, "description": "handle strings in smart ways. TypeScript ready.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/smartstring.git" }, "keywords": [ "regex", "string" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartstring/issues" }, "homepage": "https://gitlab.com/pushrocks/smartstring#readme", "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.0.13", "@types/node": "^12.7.12", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "crypto-random-string": "^3.0.1", "js-base64": "^2.5.1", "normalize-newline": "^3.0.0", "randomatic": "^3.1.1", "strip-indent": "^3.0.0" } }