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

29 lines
673 B
JSON
Raw Normal View History

2017-01-20 22:33:24 +00:00
{
"name": "smartchai",
2017-10-09 14:45:15 +00:00
"version": "1.0.7",
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": {
2017-10-09 14:43:31 +00:00
"@types/code": "^4.0.3",
"code": "^5.1.0",
"typings-global": "^1.0.20"
2017-02-19 02:18:25 +00:00
},
"devDependencies": {
2017-10-09 14:43:31 +00:00
"smartq": "^1.1.1"
2017-01-20 22:33:24 +00:00
}
}