UNPKG

vicis

Version:

Presentation and transformation layer for data output in RESTful APIs.

97 lines (96 loc) 2.58 kB
{ "author": "Anton Trofimenko", "bugs": { "url": "https://github.com/vicisjs/vicis/issues" }, "contributors": [ { "email": "r37r0m0d3l@protonmail.com", "name": "Anton Trofimenko" } ], "dependencies": { "es-aggregate-error": "1.0.5" }, "description": "Presentation and transformation layer for data output in RESTful APIs.", "devDependencies": { "@corefunc/corefunc": ">=0.3.8", "@r37r0m0d3l/rollup-config-pkg": "git+https://github.com/r37r0m0d3l/rollup-config-pkg.git", "argh": "1.0.0", "babel-eslint": "10.1.0", "dts-generator": "3.0.0", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "4.0.0", "jest": "26.6.3", "prettier": "2.4.1", "remark-cli": "9.0.0", "remark-lint": "8.0.0", "remark-preset-lint-consistent": "4.0.0", "remark-preset-lint-markdown-style-guide": "4.0.0", "remark-preset-lint-recommended": "5.0.0", "rollup": "2.57.0", "rollup-plugin-typescript2": "0.30.0", "typescript": "4.4.3", "typescript-deno-plugin": "1.31.0" }, "exports": { ".": { "browser": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "node": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.min.js" } }, "files": [ "dist/index.cjs", "dist/index.cjs.map", "dist/index.d.ts", "dist/index.js", "dist/index.js.map", "dist/index.mjs", "dist/index.mjs.map" ], "homepage": "https://vicis.js.org", "keywords": [ "api", "json", "json-api", "responder", "responder-chain", "response", "rest", "serialization", "transformer" ], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "vicis", "repository": { "type": "git", "url": "git+https://github.com/vicisjs/vicis.git" }, "scripts": { "build": "rollup --config rollup.config.mjs", "build:dev": "rollup --config rollup.config.mjs --config-dev", "build:definitions": "dts-generator --project . --out ./dist/index.d.ts", "docs:serve": "docsify serve docs", "lint": "eslint ./src/**/*.ts", "lint:md": "remark .", "package:shrink": "npm shrinkwrap", "package:upgrade": "npx npm-check --update", "test": "jest", "test:coverage": "jest --collect-coverage" }, "type": "module", "types": "./dist/index.d.ts", "version": "2.2.0" }