{ "name": "@pushrocks/smartstring", "version": "3.0.1", "private": false, "description": "handle strings in smart ways. TypeScript ready.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "tstest test/", "build": "(tstest)" }, "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.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.5.8" }, "dependencies": { "crypto-random-string": "^1.0.0", "js-base64": "^2.4.8", "normalize-newline": "^3.0.0", "randomatic": "^3.1.0", "strip-indent": "^2.0.0" } }