-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@open-imcore/imcore.js",
"version": "0.0.3-beta.4",
"description": "TypeScript SDK for interacting with the iMessage API",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"engines": {
"node": ">= 12.13"
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.0",
"@types/jest": "~26.0.5",
"@types/node": "~12.12",
"@types/pako": "^1.0.1",
"@types/sharp": "^0.25.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "~3.7.0",
"@typescript-eslint/parser": "~3.7.0",
"eslint": "~7.5.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-jest": "~23.18.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"jest": "~26.1.0",
"jimp": "^0.16.0",
"prettier": "~2.0.5",
"rimraf": "~3.0.2",
"sharp": "^0.25.4",
"ts-jest": "~26.1.3",
"tsutils": "~3.17.0",
"typescript": "~3.9.7",
"uuid": "^8.3.0"
},
"scripts": {
"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json",
"build:watch": "tsc -w -p tsconfig.release.json",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"author": "Eric Rabil <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@discordjs/collection": "^0.1.6",
"atob": "^2.1.2",
"axios": "^0.19.2",
"blob": "^0.1.0",
"bplist-parser": "^0.2.0",
"buffer": "^5.6.0",
"file-type": "^14.7.1",
"imcore-ajax-core": "https://github.com/open-imcore/imcore-ajax-core.js",
"pako": "^1.0.11",
"tslib": "~2.0.0",
"ws": "^7.3.1",
"xmlhttprequest": "^1.8.0"
},
"peerDependencies": {
"@clusterws/cws": "^3.0.0"
},
"volta": {
"node": "12.18.2",
"npm": "6.14.5"
}
}