-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
43
44
45
46
{
"name": "olaki",
"version": "0.0.1",
"description": "This tool compiles a list of alternative operating systems for Android devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"extract-device-summaries": "NODE_PATH=. node ./dist/src/ts/device_summary_extractor/index.js",
"lint": "eslint src/ts/**",
"fix-lint": "eslint --fix src/ts/**",
"init-submodules": "git submodule update --init --recursive",
"update-submodules": "git submodule update --recursive --remote"
},
"keywords": [
"olaki",
"android",
"LineageOS",
"postmarketOS",
"pmos",
"Ubuntu Touch",
"/e/OS",
"eOS",
"Murena",
"Kali Linux",
"cDroid",
"OmniROM"
],
"author": "Kédio",
"license": "MIT",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-yaml": "^4.0.6",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"axios": "^1.7.4",
"cheerio": "^1.0.0-rc.11",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}