forked from F0rce/lit-ace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 889 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": "@f0rce/lit-ace",
"version": "1.11.1",
"description": "Lit-Element Wrapper around the Ace Editor (https://ace.c9.io/)",
"main": "lit-ace.js",
"scripts": {
"release:minor": "standard-version --release-as minor --sign",
"release:patch": "standard-version --release-as patch --sign",
"release:major": "standard-version --release-as major --sign"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f0rce/lit-ace.git"
},
"author": "David Dodlek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/f0rce/lit-ace/issues"
},
"homepage": "https://github.com/f0rce/lit-ace#readme",
"dependencies": {
"@f0rce/ace-builds": "^1.9.6",
"lit": "^2.3.1"
},
"devDependencies": {
"@types/ace": "^0.0.47",
"@webcomponents/webcomponentsjs": "^2.6.0",
"standard-version": "^9.5.0"
}
}