Permalink
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
translators/package.json
Find file
Copy path
Fetching contributors…
Cannot retrieve contributors at this time
{ | |
"name": "translators-check", | |
"version": "1.0.2", | |
"description": "Continuous integration of Zotero translators", | |
"main": "index.js", | |
"scripts": { | |
"test": "teslint .", | |
"lint": "teslint", | |
"lint:linter": "eslint --no-ignore .ci" | |
}, | |
"author": "kba+pz", | |
"license": "CC0-1.0", | |
"repository": { | |
"url": "https://github.com/zotero/translators/blob/master/.ci/" | |
}, | |
"devDependencies": { | |
"@zotero/eslint-config": "^1.0.1", | |
"eslint": "^5.15.3", | |
"eslint-plugin-zotero-translator": "file:.ci/eslint-plugin-zotero-translator" | |
} | |
} |