carsxe-api
Version:
CarsXE is a powerful, easy-to-use API that gives you instant access to a wide range of vehicle data, including specs, market value, license plate decoding, and more. Our API is designed to be fast, flexible, and scalable, so you can quickly and easily int
59 lines (58 loc) • 1.77 kB
JSON
{
"name": "carsxe-api",
"version": "1.0.6",
"description": "CarsXE is a powerful, easy-to-use API that gives you instant access to a wide range of vehicle data, including specs, market value, license plate decoding, and more. Our API is designed to be fast, flexible, and scalable, so you can quickly and easily integrate it into your existing applications and services. With CarsXE, you can get the information you need, when you need it, and take your business to the next level.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"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"
},
"keywords": [
"Vehicle data",
"API",
"Specs",
"Market value",
"License plate decoding",
"Images",
"Fast",
"Flexible",
"Scalable",
"Easy-to-use",
"Integration",
"Business"
],
"author": "CarsXE",
"license": "MIT",
"bugs": {
"url": "https://github.com/idarwishman/carsxe-api-npm/issues"
},
"homepage": "https://api.carsxe.com",
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node-fetch": "^2.6.2",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"node-fetch": "^2.6.7"
}
}