UNPKG

@gram-data/gram-lint

Version:
77 lines (76 loc) 1.75 kB
{ "name": "@gram-data/gram-lint", "description": "CLI tool for gram files", "keywords": [ "graph", "neo4j", "gram" ], "version": "0.3.11", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gram-data/gram-js.git" }, "homepage": "https://gram-data.github.io/gram-js/api/modules/gram-lint", "main": "dist/index.js", "typings": "dist/index.d.ts", "bin": { "gram-lint": "./bin/cli.js" }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "test:watch": "tsdx test --watch", "lint": "tsdx lint src", "lint:fix": "tsdx lint src --fix", "prepare": "npm run build", "update": "ncu -u", "update:check": "ncu" }, "husky": { "hooks": { "pre-commit": "tsdx lint src" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "author": "Andreas Kollegger", "module": "dist/gram-lint.esm.js", "devDependencies": { "@gram-data/gram-ast": "^0.3.11", "@gram-data/gram-identity": "^0.3.11", "@types/jest": "^26.0.19", "husky": "^4.3.6", "npm-check-updates": "^10.2.5", "npm-run-all": "^4.1.5", "rollup-plugin-node-builtins": "^2.1.2", "serve": "^11.3.2", "tsdx": "^0.14.1", "tslib": "^2.0.3", "typedoc": "^0.19.2", "typescript": "^4.1.3" }, "dependencies": { "@gram-data/gram-parse": "^0.3.11", "@gram-data/gram-stringify": "^0.3.11", "unified": "^9.2.0", "unified-args": "^8.1.0" }, "gitHead": "274c85fd815ae129cee846af2e0d0841dde45341", "publishConfig": { "access": "public" } }