Initial commit
parents
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
jest.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "web2cit", | ||
"version": "0.0.1", | ||
"description": "Core components for the Web2Cit translation ecosystem", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"format": "", | ||
"lint": "", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint" | ||
}, | ||
"keywords": [ | ||
"wikipedia", | ||
"citoid", | ||
"metadata", | ||
"citations", | ||
"zotero", | ||
"scraping" | ||
], | ||
"author": "Diego de la Hera", | ||
"license": "GPL-3.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.wikimedia.org/diegodlh/w2c-core.git" | ||
}, | ||
"bugs": { | ||
"url": "https://phabricator.wikimedia.org/project/profile/5670/" | ||
}, | ||
"homepage": "https://meta.wikimedia.org/wiki/Web2Cit", | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"jest": "^27.4.5", | ||
"ts-jest": "^27.1.2", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
src/domain.test.ts
0 → 100644
src/domain.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment