{ "name": "smartstring", "version": "2.0.18", "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": { "@types/should": "^8.1.30", "beautylog": "^6.0.0", "npmts-g": "^5.2.8", "should": "^11.1.1", "typings-test": "^1.0.3" }, "dependencies": { "js-base64": "^2.1.9", "typings-global": "^1.0.14" } }