+46
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user