vero-ts
Version:
Typescript Wrapper for getvero.com API
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "vero-ts",
"version": "0.0.5",
"description": "Typescript Wrapper for getvero.com API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"license": "MIT",
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"ts-check": "tsc --noEmit",
"clean": "tsc --build --clean",
"lint": "prettier -c src && eslint src",
"lint:fix": "prettier --write src/ && eslint src --fix",
"rebuild": "tsc --build -f"
},
"dependencies": {
"@types/node-fetch": "^2.6.2",
"node-fetch": "2.6.7"
},
"devDependencies": {
"@types/node": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "https://github.com/BrandonLegault/vero"
},
"keywords": [
"vero",
"getvero",
"api"
],
"author": {
"name": "B. David Legault",
"email": "bdlegault@gmail.com"
},
"bugs": {
"url": "https://github.com/BrandonLegault/vero/issues"
},
"homepage": "https://github.com/BrandonLegault/vero"
}