flowjv
Version:
Flow based approach to JSON validation!
31 lines (30 loc) • 632 B
JSON
{
"name": "flowjv",
"version": "0.16.0",
"description": "Flow based approach to JSON validation!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"tsc": "../../node_modules/.bin/tsc",
"dev": "npm run tsc -- -w",
"build": "npm run tsc",
"test": "npm run tsc -- --noEmit"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"json-validation"
],
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/pkishorez/flowjv"
},
"author": "Kishore",
"license": "ISC",
"gitHead": "b4c1e3fb4e25748fbc09ea9ea0116fee8d747309"
}