carsxe-api
Version:
CarsXE is a powerful, easy-to-use API that gives you instant access to vehicle data like specs, market value, license plate decoding, and more. It's fast, scalable, and simple to integrate into your apps and services.
115 lines (114 loc) • 2.94 kB
JSON
{
"name": "carsxe-api",
"version": "1.3.0",
"description": "CarsXE is a powerful, easy-to-use API that gives you instant access to vehicle data like specs, market value, license plate decoding, and more. It's fast, scalable, and simple to integrate into your apps and services.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"scripts": {
"test": "jest --passWithNoTests --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{ts,tsx}' --fix",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carsxe/carsxe-api-npm.git"
},
"keywords": [
"vehicles",
"vehicle data",
"automotive",
"car",
"cars",
"CarsXE",
"CarsXE API",
"vehicle specifications",
"vehicle specs",
"vehicle market value",
"market value",
"vehicle history",
"vehicle history report",
"vehicle images",
"vehicle images api",
"vehicle recalls",
"vehicle recalls api",
"vehicle plate recognition",
"vehicle plate decoder",
"vehicle vin decoder",
"vehicle vin ocr",
"vehicle vin optical character recognition",
"vehicle vin",
"vehicle vins",
"vehicle ocr",
"vehicle apis",
"vehicle api",
"car api",
"car specifications",
"car specs",
"car market value",
"car parts",
"spare parts",
"vin",
"vins",
"vin decoder",
"license plate",
"plate decoder",
"plate recognition",
"ocr",
"vin ocr",
"apis",
"car api",
"vehicle api",
"specifications api",
"international vin decoder api",
"market value api",
"history api",
"images api",
"vehicle recalls api",
"plate image recognition api",
"vin optical character recognition api",
"year make model api",
"obd codes decoder api"
],
"author": "CarsXE",
"license": "MIT",
"bugs": {
"url": "https://github.com/carsxe/carsxe-api-npm/issues"
},
"homepage": "https://api.carsxe.com",
"engines": {
"node": ">=14"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "^24.1.0",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"jest": "^29.3.1",
"prettier": "^2.8.8",
"ts-jest": "^29.0.3",
"typescript": "^5.8.3"
},
"files": [
"lib/**/*"
],
"dependencies": {
"node-fetch": "^2.6.7"
}
}