@openveo/test
Version:
Test API for OpenVeo unit tests
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "@openveo/test",
"version": "9.0.1",
"description": "Test API for OpenVeo unit tests",
"keywords": [
"openveo",
"unit tests",
"test API",
"veo-labs"
],
"homepage": "https://github.com/veo-labs/openveo-test",
"bugs": {
"url": "https://github.com/veo-labs/openveo-test/issues"
},
"license": "AGPL-3.0",
"author": "Veo-Labs <info@veo-labs.com> (http://www.veo-labs.com/)",
"repository": {
"type": "git",
"url": "https://github.com/veo-labs/openveo-test.git"
},
"dependencies": {
"@openveo/api": "^8.0.2",
"async": "^3.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"htmlparser2": "^7.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-node": "^11.1.0",
"jsdoc": "^3.6.7",
"pre-commit": "^1.2.2"
},
"scripts": {
"doc": "npx jsdoc -c jsdoc.json -d \"./site/$(echo $npm_package_version)\" -p -r",
"doc:deploy": "npx ovDeployGithubPages \"site/$(echo $npm_package_version)\"",
"lint": "npx eslint \"*.js\" \"lib/**/*.js\"",
"postpublish": "npm run doc && npm run doc:deploy"
},
"precommit": [
"lint"
],
"engines": {
"node": ">=16.3.0",
"npm": ">=7.15.1"
}
}