Files
to_docx/client/node_modules/@chevrotain/cst-dts-gen/package.json
T
Chen Xiao 0b64e2de94 First commit.
Signed-off-by: Chen Xiao <abigwc@gmail.com>
2026-05-08 14:43:16 +08:00

47 lines
1.1 KiB
JSON

{
"name": "@chevrotain/cst-dts-gen",
"version": "12.0.0",
"description": "Generates type definitions for Chevrotain CST nodes",
"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": "echo \"tests are in a different package\"",
"---------- BUILD STEPS --------": "",
"clean": "shx rm -rf lib",
"compile:watch": "tsc -w",
"compile": "tsc"
},
"dependencies": {
"@chevrotain/gast": "12.0.0",
"@chevrotain/types": "12.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5"
}