-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
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
34
35
36
37
38
39
40
41
42
{
"name": "@robotcoral/ngx-codemirror6",
"version": "0.0.5",
"description": "Angular Component for CodeMirror 6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run-script ng build",
"ng": "ng"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robotcoral/ngx-codemirror6.git"
},
"keywords": [
"angular",
"codemirror",
"component"
],
"author": "Samuel Höra",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/robotcoral/ngx-codemirror6/issues"
},
"homepage": "https://github.com/robotcoral/ngx-codemirror6#readme",
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.1",
"@angular/cli": "^12.2.1",
"@angular/common": "^12.2.1",
"@angular/compiler": "^12.2.1",
"@angular/compiler-cli": "^12.2.1",
"@angular/core": "^12.2.1",
"ng-packagr": "^12.2.0",
"rxjs": "^7.3.0",
"typescript": "^4.3.5",
"zone.js": "^0.11.4",
"@codemirror/basic-setup": "^0.19.0"
},
"peerDependencies": {
"@codemirror/basic-setup": "^0.19.0"
}
}