andculturecode-javascript-testing
Version:
Commonly used actors for automated testing javascript applications
75 lines (74 loc) • 2.56 kB
JSON
{
"author": {
"email": "developer@andculture.com",
"name": "andculture",
"url": "https://www.andculture.com"
},
"bugs": {
"url": "https://github.com/AndcultureCode/AndcultureCode.JavaScript.Testing/issues"
},
"description": "Commonly used actors for automated testing javascript applications",
"devDependencies": {
"@types/faker": "5.5.3",
"@types/jest": "25.1.5",
"@types/lodash": "4.14.108",
"@types/node": "13.11.0",
"@types/rosie": "0.0.37",
"axios": "0.21.1",
"cross-env": "7.0.2",
"faker": "5.5.3",
"immutable": "4.0.0-rc.12",
"jest": "25.5.4",
"jest-extended": "0.11.5",
"prettier": "1.19.1",
"rimraf": "2.6.2",
"rosie": "2.0.1",
"ts-jest": "25.5.1",
"tslint": "6.1.2",
"tslint-config-prettier": "1.18.0",
"typedoc": "^0.17.6",
"typedoc-plugin-markdown": "^2.2.17",
"typescript": "3.8.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/AndcultureCode/AndcultureCode.JavaScript.Testing#readme",
"jest": {
"preset": "ts-jest"
},
"keywords": [
"JavaScript",
"Node"
],
"license": "ISC",
"main": "dist/index",
"name": "andculturecode-javascript-testing",
"peerDependencies": {
"axios": "0.19 || 0.21",
"faker": ">=5.5.3",
"immutable": ">=4.0.0-rc.12",
"jest": ">=25.5.4",
"rosie": ">=2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndcultureCode/AndcultureCode.JavaScript.Testing.git"
},
"scripts": {
"build": "tsc --pretty",
"clean": "rimraf dist && rimraf coverage",
"coverage": "jest ./src --coverage",
"docs": "typedoc --mode file --excludeExternals --plugin typedoc-plugin-markdown --readme none",
"format": "prettier --write \"src/**/*.ts\" --trailing-comma es5",
"postbuild": "npm run docs",
"postpublish": "cross-env-shell \"git add -A && git commit -m \"$npm_package_version\" && git push origin main\"",
"prebuild": "npm run clean && npm run format && echo Using TypeScript && tsc --version",
"prepublishOnly": "npm run build",
"test": "jest ./src",
"watch": "npm run build -- --watch",
"watch:test": "jest ./src --watch"
},
"types": "dist/index",
"version": "0.2.1"
}