rdesign/frontend/node_modules/@chevrotain/gast/package.json

53 lines
1.3 KiB
JSON

{
"name": "@chevrotain/gast",
"version": "11.1.2",
"description": "Grammar AST structure for Chevrotain Parsers",
"keywords": [],
"bugs": {
"url": "https://github.com/Chevrotain/chevrotain/issues"
},
"license": "Apache-2.0",
"type": "module",
"types": "./lib/src/api.d.ts",
"exports": {
".": {
"import": "./lib/src/api.js",
"types": "./lib/src/api.d.ts"
}
},
"files": [
"lib/src/**/*.js",
"lib/src/**/*.map",
"lib/src/**/*.d.ts",
"src/**/*.ts"
],
"repository": {
"type": "git",
"url": "git://github.com/Chevrotain/chevrotain.git"
},
"scripts": {
"---------- CI FLOWS --------": "",
"ci": "pnpm run build test",
"build": "npm-run-all clean compile",
"test": "npm-run-all coverage",
"---------- DEV FLOWS --------": "",
"update-snapshots": "node ./scripts/update-snapshots.js",
"---------- BUILD STEPS --------": "",
"clean": "shx rm -rf lib coverage",
"compile:watch": "tsc -w",
"compile": "tsc",
"coverage": "c8 mocha --enable-source-maps"
},
"dependencies": {
"@chevrotain/types": "11.1.2",
"lodash-es": "4.17.23"
},
"devDependencies": {
"@types/lodash-es": "4.17.12"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3a0ee6abc9ef3b22448cc72ec54ec4987e44ab9b"
}