mirror of
https://github.com/valitydev/macho.git
synced 2024-11-06 00:15:18 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "wetkitty-integration-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rbkmoney/wetkitty.git"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier \"**/*.{js,ts,md,json,prettierrc}\" --write",
|
|
"check": "prettier \"**/*.{js,ts,md,json,prettierrc}\" --list-different"
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"chai": "4.1.2",
|
|
"chai-moment-js": "file:lib/chai-moment-js",
|
|
"chai-url": "1.0.4",
|
|
"glob": "7.1.2",
|
|
"http": "0.0.0",
|
|
"lodash": "^4.17.15",
|
|
"memory-cache": "0.2.0",
|
|
"mocha": "4.0.1",
|
|
"moment": "^2.24.0",
|
|
"pkg": "4.3.0-beta.5",
|
|
"portable-fetch": "3.0.0",
|
|
"request": "2.83.0",
|
|
"url": "0.11.0",
|
|
"yargs": "10.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "4.0.5",
|
|
"@types/memory-cache": "0.2.0",
|
|
"@types/mocha": "2.2.44",
|
|
"@types/node": "8.0.53",
|
|
"@types/request": "^2.48.3",
|
|
"dotenv": "5.0.1",
|
|
"prettier": "1.16.4",
|
|
"rimraf": "2.6.2",
|
|
"ts-node": "5.0.1",
|
|
"typescript": "2.6.1"
|
|
}
|
|
}
|