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) · 697 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 697 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.3.4",
"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.git",
"type": "git",
"directory": "libraries/tree-pattern"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"@rushstack/heft": "1.1.1",
"decoupled-local-node-rig": "workspace:*",
"eslint": "~9.37.0"
}
}