-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1011 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
31
32
33
{
"name": "bablr",
"description": "The primary BABLR APIs",
"version": "0.0.0",
"author": "Conrad Buck<[email protected]>",
"type": "module",
"files": ["lib"],
"exports": {
".": "./lib/index.js",
"./enhanceable": "./lib/enhanceable.js"
},
"sideEffects": false,
"dependencies": {
"@bablr/agast-helpers": "^0.5.3",
"@bablr/agast-vm-helpers": "^0.5.0",
"@bablr/helpers": "^0.20.5",
"@bablr/agast-vm": "^0.6.0",
"@bablr/bablr-vm": "^0.18.0",
"@bablr/bablr-vm-strategy-parse": "^0.6.0",
"iter-tools-es": "7.5.3"
},
"devDependencies": {
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#49f5952efed27f94ee9b94340eb1563c440bf64e",
"enhanced-resolve": "^5.12.0",
"eslint": "^8.32.0",
"eslint-import-resolver-enhanced-resolve": "^1.0.5",
"eslint-plugin-import": "^2.27.5",
"prettier": "^2.6.2"
},
"repository": "github:bablr-lang/bablr",
"homepage": "https://github.com/bablr-lang/bablr",
"license": "MIT"
}