Refactor (1)
This commit is contained in:
@@ -6,17 +6,21 @@
|
||||
".": "./index.ts",
|
||||
"./syntax": "./syntax.ts",
|
||||
"./semantics": "./semantics.ts",
|
||||
"./parser": "./parser.ts"
|
||||
"./parser": "./parser.ts",
|
||||
"./sat": "./sat.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "biome check",
|
||||
"fix": "biome check --fix"
|
||||
"fix": "biome check --fix",
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.7.3"
|
||||
"typescript": "5.7.3",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cannorin/utils": "workspace:*",
|
||||
"typescript-parsec": "0.3.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user