UNPKG

@herlinus/coloquent

Version:

Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.

59 lines (58 loc) 1.57 kB
{ "name": "@herlinus/coloquent", "version": "2.4.17", "description": "Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.", "keywords": [ "coloquent", "eloquent", "json-api", "json", "api", "json-api client", "api client", "json-api-client", "model", "orm", "mvc" ], "author": "David Duwaer", "license": "MIT", "homepage": "https://github.com/Herlinus/coloquent#readme", "repository": { "type": "git", "url": "git+https://github.com/Herlinus/coloquent.git" }, "bugs": { "url": "https://github.com/Herlinus/coloquent/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "scripts": { "clear": "rimraf dist", "build": "npm run clear && tsc", "build-dev": "npm run clear && tsc --sourceMap", "test": "npm run build-dev && mocha -r ts-node/register tests/**/*.test.ts", "dist": "npm install && npm run test && npm publish --access public" }, "dependencies": { "@types/axios": "^0.14.0", "axios": ">=0.18.1", "php-date-formatter": "^1.3.4" }, "devDependencies": { "@types/chai": "^4.2.4", "@types/chai-as-promised": "^7.1.2", "@types/mocha": "^5.2.7", "@types/moxios": "^0.4.9", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^6.2.2", "moxios": "^0.4.0", "rimraf": "^3.0.0", "ts-node": "^8.4.1", "typescript": "^3.6.4" } }