-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 937 Bytes
/
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
{
"name": "ios-message-export",
"version": "1.0.0",
"description": "",
"scripts": {
"cli": "npm run build&&node dist/cli/index.js",
"dev": "tsc -w -p .",
"build": "tsc -p .",
"prepare": "husky install"
},
"keywords": [
"iOS",
"iTunes",
"iPhone",
"SMS",
"iMessage"
],
"author": "harrisoff",
"license": "ISC",
"dependencies": {
"commander": "^9.1.0",
"dayjs": "^1.11.0",
"sqlite3": "^4.1.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/sqlite3": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^1.19.1",
"typescript": "^3.7.2"
}
}