-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 941 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
28
29
30
{
"name": "@bablr/strategy_enhancer-debug-log",
"description": "An agAST VM strategy enhancer that logs instruction execution",
"version": "0.0.0",
"author": "Conrad Buck<[email protected]>",
"type": "module",
"files": [
"lib"
],
"exports": {
".": "./lib/index.js"
},
"sideEffects": false,
"dependencies": {
"@bablr/agast-helpers": "^0.5.3",
"@bablr/agast-vm-helpers": "^0.5.0",
"@bablr/coroutine": "0.1.0"
},
"devDependencies": {
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#49f5952efed27f94ee9b94340eb1563c440bf64e",
"enhanced-resolve": "^5.12.0",
"eslint": "^7.32.0",
"eslint-import-resolver-enhanced-resolve": "^1.0.5",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.6.2"
},
"repository": "github:bablr-lang/strategy_enhancer-debug-log",
"homepage": "https://github.com/bablr-lang/strategy_enhancer-debug-log",
"license": "MIT"
}