@gram-data/gram-ast
Version:
AST definitions for gram data graphs
77 lines (76 loc) • 1.92 kB
JSON
{
"name": "@gram-data/gram-ast",
"description": "AST definitions for gram data graphs",
"author": "Andreas Kollegger",
"keywords": [
"graph",
"neo4j",
"gram",
"unified",
"ast"
],
"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-ast",
"main": "dist/index.js",
"browser": "dist/gram-ast.umd.production.min.js",
"unpkg": "dist/gram-ast.umd.production.min.js",
"module": "dist/gram-ast.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --format umd,esm,cjs --tsconfig tsconfig.build.json",
"test": "tsdx test",
"test:watch": "tsdx test --watch",
"lint": "tsdx lint src",
"lint:fix": "tsdx lint src --fix",
"build:demo": "shx cp dist/gram-ast.umd.development.* ./public",
"demo": "serve ./public/",
"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"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/shortid": "^0.0.29",
"@types/unist": "^2.0.3",
"@typescript-eslint/parser": "^4.10.0",
"husky": "^4.3.6",
"npm-check-updates": "^10.2.5",
"npm-run-all": "^4.1.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"serve": "^11.3.2",
"shx": "^0.3.3",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typedoc": "^0.19.2",
"typescript": "^4.1.3"
},
"gitHead": "274c85fd815ae129cee846af2e0d0841dde45341",
"publishConfig": {
"access": "public"
}
}