-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 914 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 914 Bytes
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
{
"name": "ios-backup",
"version": "0.0.0",
"main": "compiled/Backup.js",
"author": "Roald Hacquebord <roald@hacquebordbuckles.nl>",
"scripts": {
"compile": "babel src --out-dir compiled",
"test": "jest"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"stream-buffers": "^3.0.1"
},
"dependencies": {
"aes-kw": "^1.0.1",
"better-sqlite3": "^4.0.3",
"is-stream": "^1.1.0",
"semver": "^5.4.1",
"simple-plist": "^0.2.1",
"tempy": "^0.2.1"
},
"jest": {
"testEnvironment": "node",
"verbose": true
}
}