-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
{
"name": "il2js",
"version": "1.0.0",
"scripts": {
"postinstall": "node ./scripts/post-install.js",
"publish": "tsc --build && beachball publish",
"change": "beachball change",
"check": "beachball check",
"build": "tsc --build",
"ci": "just ci"
},
"workspaces": {
"packages": [
"scripts",
"packages/*"
]
},
"dependencies": {
"chalk": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"glob": "^7.1.6",
"beachball": "^1.49.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"just-scripts": "^1.4.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"ref-napi": "^3.0.1",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"tslib": "^2.2.0",
"win32-api": "^9.6.0",
"win32-def": "^9.4.0"
},
"repository": "https://github.com/dnchattan/il2js.git",
"author": "dnchattan@gmail.com",
"license": "MIT",
"private": true
}