UNPKG

@qaflag/core

Version:

Base requirements for the QA Flag library

42 lines (41 loc) 982 B
{ "name": "@qaflag/core", "version": "0.4.3", "description": "Base requirements for the QA Flag library", "keywords": [ "qa", "quality", "testing", "flagpole" ], "author": "Jason Byrne", "homepage": "", "license": "MIT", "main": "dist/index.js", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "@sindresorhus/is": "^4.6.0", "axios": "^1.6.8", "axios-cookiejar-support": "^5.0.0", "axios-mock-adapter": "^1.22.0", "form-data": "^4.0.0", "fs-extra": "^11.2.0", "tough-cookie": "^4.1.3", "typed-emitter": "^2.1.0", "validator": "^13.11.0" }, "devDependencies": { "@types/form-data": "^2.5.0", "@types/fs-extra": "^11.0.4", "@types/tough-cookie": "^4.0.5", "@types/validator": "^13.11.9", "husky": "^9.0.11" }, "gitHead": "85be2192a2e6ef02444d4278b00d4ce0b431b725" }