-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.83 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
{
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@types/file-saver": "^2.0.5",
"file-saver": "^2.0.5",
"iitcpluginkit": "../iitcpluginkit",
"localforage": "^1.10.0"
},
"license": "Unlicense",
"scripts": {
"build": "yarn build:dev",
"build:dev": "yarn ipk build:dev",
"build:prod": "yarn ipk build:prod",
"start": "yarn ipk fileserver",
"autobuild": "yarn ipk autobuild",
"copy": "cross-env $ANDROID_SDK_ROOT/platform-tools/adb push dist/iitc_plugin_LogFields.dev.user.js /storage/emulated/0/IITC_Mobile/plugins/iitc_plugin_LogFields.dev.user.js",
"copy:win": "%ANDROID_SDK_ROOT%/platform-tools/adb push dist/iitc_plugin_LogFields.dev.user.js /storage/emulated/0/IITC_Mobile/plugins/iitc_plugin_LogFields.dev.user.js",
"copy:ps": "$env:ANDROID_SDK_ROOT/platform-tools/adb push dist/iitc_plugin_LogFields.dev.user.js /storage/emulated/0/IITC_Mobile/plugins/iitc_plugin_LogFields.dev.user.js",
"test": "jest --config=./test/jest.config.ts",
"test:log": "jest --config=./test/jest.config.ts --silent false",
"test:cover": "jest --config=./test/jest.config.ts --collectCoverage true",
"test:watch": "jest --config=./test/jest.config.ts --watch"
},
"type": "module",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/chai": "^5.2.3",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.13",
"babel-jest": "^30.2.0",
"chai": "^6.2.1",
"eslint": "^9.39.1",
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
"eslint-plugin-unicorn": "^62.0.0",
"jest": "^30.2.0",
"jest-console-group-reporter": "^1.1.1",
"jest-environment-jsdom": "^30.2.0",
"leaflet": "^1.9.4",
"ts-jest": "^29.2.5",
"typescript-eslint": "^8.47.0"
}
}