{ "name": "smartchai", "version": "2.0.2", "description": "chai + chai-as-promised + chai-string for TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartchai.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartchai/issues" }, "homepage": "https://gitlab.com/pushrocks/smartchai#README", "dependencies": { "@types/chai": "^4.1.2", "@types/chai-as-promised": "^7.1.0", "@types/chai-string": "^1.4.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-string": "^1.4.0" }, "devDependencies": { "smartq": "^1.1.6" } }