{ "name": "smartstring", "version": "2.0.6", "description": "handle strings in smart ways. TypeScript ready.", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, "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": { "npmts-g": "^5.2.6", "should": "^9.0.2", "typings-test": "^1.0.1" }, "dependencies": { "beautylog": "^5.0.13", "typings-global": "^1.0.6" } }