indicative-parser
Version:
Schema parser for Indicative
87 lines (86 loc) • 2.06 kB
JSON
{
"name": "indicative-parser",
"version": "8.0.0",
"description": "Schema parser for Indicative",
"main": "build/index.js",
"files": [
"build/src",
"build/index.d.ts",
"build/index.js"
],
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"test": "node japaFile.js",
"lint": "eslint .",
"clean": "del build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile && typedoc --excludePrivate && git add docs",
"commit": "git-cz",
"release": "np",
"version": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/poppinss/indicative-parser.git"
},
"keywords": [
"indicative",
"validator",
"parser"
],
"author": "virk,poppinss",
"license": "MIT",
"bugs": {
"url": "https://github.com/poppinss/indicative-parser/issues"
},
"homepage": "https://github.com/poppinss/indicative-parser#readme",
"devDependencies": {
"@adonisjs/mrm-preset": "^2.2.3",
"@types/node": "^13.1.4",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"del-cli": "^3.0.0",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-plugin-adonis": "^1.0.5",
"husky": "^3.1.0",
"japa": "^3.0.1",
"mrm": "^2.0.2",
"np": "^5.2.1",
"ts-node": "^8.5.4",
"typedoc": "^0.15.6",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.7.4"
},
"nyc": {
"exclude": [
"test"
],
"extension": [
".ts"
]
},
"husky": {
"hooks": {
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md",
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"np": {
"contents": ".",
"anyBranch": false
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"dependencies": {
"haye": "^2.0.2"
}
}