This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
smartchai/package.json

32 lines
780 B
JSON
Raw Permalink Normal View History

2017-01-20 22:33:24 +00:00
{
"name": "smartchai",
2018-02-27 21:54:42 +00:00
"version": "2.0.2",
2017-02-19 02:21:38 +00:00
"description": "chai + chai-as-promised + chai-string for TypeScript",
2017-01-20 22:33:24 +00:00
"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": {
2018-02-27 21:38:40 +00:00
"@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"
2017-02-19 02:18:25 +00:00
},
"devDependencies": {
2018-02-27 21:38:40 +00:00
"smartq": "^1.1.6"
2017-01-20 22:33:24 +00:00
}
}