You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

46 lines
1.1 KiB

{
"name": "@chevrotain/utils",
"version": "11.0.3",
"description": "common utilities",
"keywords": [],
"bugs": {
"url": "https://github.com/Chevrotain/chevrotain/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Shahar Soel"
},
"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": "npm-run-all build test",
"build": "npm-run-all clean compile",
"test": "npm-run-all coverage",
"---------- BUILD STEPS --------": "",
"clean": "shx rm -rf lib coverage",
"compile:watch": "tsc -w",
"compile": "tsc",
"coverage": "c8 mocha --enable-source-maps"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ac5806631779035c2c1955744a47d8ed4f25a175"
}