-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 Bytes
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
{
"name": "@cnc4me/chrysalis",
"version": "1.0.0",
"description": "Helpers for customizing the Monaco editor and Monarch",
"author": "Kevin Hill",
"license": "MIT",
"main": "./src/index.ts",
"scripts": {
"test": "jest"
},
"dependencies": {
"monaco-editor": "^0.32.1"
},
"devDependencies": {
"@swc/core": "^1.2.159",
"@swc/jest": "^0.2.20",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.5.1",
"jest-extended": "^2.0.0",
"prettier": "^2.6.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.2"
}
}