codeceptjs-assert
Version:
CodeceptJS helper for assert library
27 lines (26 loc) • 589 B
JSON
{
"name": "codeceptjs-assert",
"version": "0.0.5",
"description": "CodeceptJS helper for assert library",
"devDependencies": {
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:testphony/codeceptjs-assert.git"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"assert"
],
"author": "Andrey Pshenkin <andrey.pshenkin@gmail.com>",
"license": "MIT"
}