@qoorp/jsona
Version:
Framework agnostic library that provide systemized way to work with JSON API specification v1.0 in your JavaScript / TypeScript code
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "@qoorp/jsona",
"description": "Framework agnostic library that provide systemized way to work with JSON API specification v1.0 in your JavaScript / TypeScript code",
"version": "1.1.4-q2",
"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",
"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",
"typings": "lib/index",
"files": [
"src",
"lib"
],
"dependencies": {},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^3.4.2",
"ts-mocha": "^1.0.3",
"typescript": ">=2.0.0",
"@types/mocha": "^2.2.44",
"@types/chai": "^4.0.5"
},
"scripts": {
"clean": "rm -rf ./lib/*",
"compile": "./node_modules/.bin/tsc",
"precompile": "npm run clean",
"preversion": "npm run compile && npm test",
"test-compile": "tsc --p tsconfig.test.json",
"test": "npm run test-compile && env NODE_ENV=test ts-mocha ./**/*.test.ts"
}
}