forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 825 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "@rushstack/tree-pattern",
"version": "0.2.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/eslint-config": "3.3.1",
"@rushstack/heft": "0.54.0",
"@rushstack/heft-node-rig": "2.2.6",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"eslint": "~7.30.0",
"typescript": "~5.0.4"
}
}