forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@rushstack/tree-pattern",
"version": "0.2.1",
"description": "A fast, lightweight pattern matcher for tree structures such as an Abstract Syntax Tree (AST)",
"main": "lib/index.js",
"typings": "dist/tree-pattern.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/tree-pattern"
},
"scripts": {
"build": "heft test --clean"
},
"dependencies": {},
"devDependencies": {
"@rushstack/eslint-config": "2.4.0",
"@rushstack/heft": "0.34.6",
"@rushstack/heft-node-rig": "1.1.11",
"@types/heft-jest": "1.0.1",
"eslint": "~7.30.0",
"typescript": "~3.9.7"
}
}