prhfi-bis
Version:
A small wrapper of Finnish Patent and Registration Office BIS v1 api
37 lines (36 loc) • 774 B
JSON
{
"name": "prhfi-bis",
"version": "1.0.0",
"description": "A small wrapper of Finnish Patent and Registration Office BIS v1 api",
"main": "build/index.js",
"types": "src/Bisv1.d.ts",
"scripts": {
"build": "npx tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkuzar/prhfi-bis.git"
},
"keywords": [
"PRH",
"Finnish",
"Patent",
"and",
"Registration",
"BIS",
"v1",
"Finland"
],
"author": "Kuzar Kyzyrbek",
"license": "MIT",
"bugs": {
"url": "https://github.com/kkuzar/prhfi-bis/issues"
},
"homepage": "https://github.com/kkuzar/prhfi-bis#readme",
"devDependencies": {
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"typescript": "^3.7.5"
}
}