graphcool-json-schema
Version:
JSON schema of graphcool.yml files
25 lines (24 loc) • 603 B
JSON
{
"name": "graphcool-json-schema",
"version": "1.2.1",
"main": "dist/definition.js",
"typings": "dist/definition.d.ts",
"files": [
"dist"
],
"scripts": {
"prepare": "npm run build",
"build": "rm -rf dist && tsc -d; cp src/schema.json dist",
"test": "npm run build",
"simple": "ajv -s src/schema.json -d simple.json",
"advanced": "ajv -s src/schema.json -d advanced.json"
},
"devDependencies": {
"ajv-cli": "2.1.0",
"typescript": "2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/graphcool/graphcool-json-schema.git"
}
}