UNPKG

jsona

Version:

Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code

65 lines (64 loc) 1.58 kB
{ "name": "jsona", "description": "Provide data formatters (data model builder & json builder) to work with JSON API specification v1.0 in your JavaScript / TypeScript code", "version": "1.12.1", "keywords": [ "json-api", "jsonapi", "json:api", "json-api-redux", "json api redux", "json-api angular", "json api typescript", "data formatter", "data converter", "data serializer", "formatter", "converter", "serializer", "json api json", "json", "redux-object", "rest", "rest api", "graphql", "graphql alternative", "json-api-normalizer" ], "repository": { "type": "git", "url": "https://github.com/olosegres/jsona" }, "bugs": { "url": "https://github.com/olosegres/jsona/issues" }, "homepage": "https://github.com/olosegres/jsona#readme", "author": "Sergei Solo <olosegres@gmail.com>", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "src" ], "dependencies": { "tslib": "^2.4.1" }, "devDependencies": { "@types/chai": "^4.2.4", "@types/mocha": "^5.2.7", "@types/node": "^12.11.5", "chai": "^4.3.4", "mocha": "^10.1.0", "ts-mocha": "^8.0.0", "typescript": "^4.9.3" }, "scripts": { "clean": "rm -rf ./lib/*", "build": "./node_modules/.bin/tsc", "prebuild": "npm run clean", "preversion": "npm run build && npm test", "test-build": "tsc --p tsconfig.test.json", "test": "npm run test-build && env NODE_ENV=test ts-mocha ./**/*.test.ts" } }