ontotext-platform-custom-scalars
Version:
A library of customized GraphQL scalars for Ontotext Platform
68 lines (67 loc) • 1.88 kB
JSON
{
"name": "ontotext-platform-custom-scalars",
"version": "0.1.3",
"description": "A library of customized GraphQL scalars for Ontotext Platform",
"homepage": "https://github.com/Ontotext-AD/ontotext-platform-custom-scalars#readme",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "src/index.js",
"author": {
"name": "'Sirma AI' JSC, trading as Ontotext",
"url": "https://www.ontotext.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ontotext-AD/ontotext-platform-custom-scalars.git"
},
"bugs": {
"url": "https://github.com/Ontotext-AD/ontotext-platform-custom-scalars/issues"
},
"keywords": [
"platform",
"scalars",
"graphql",
"graphql-js"
],
"engines": {
"node": ">= 12.x"
},
"engines_on_npm": {
"node": ">= 12.x"
},
"dependencies": {
"@jest/globals": "^26.0.1",
"moment": "^2.29.1"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"graphql": "^15.3.0",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"eslint": "^7.2.0",
"jest": "^26.0.1"
},
"scripts": {
"build-es5-package": "babel -d lib --delete-dir-on-start src",
"test": "jest --coverage --no-cache",
"lint": "eslint 'src/**' 'test/**'",
"local-setup": "npm install -g && npm run build-es5-package && npm pack"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"jest": {
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**",
"!**/coverage/**",
"!**/lib/**"
]
}
}