-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 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
71
{
"name": "rn-sequelize",
"description": "SQLite dialect ORM for Expo and React Native",
"version": "5.21.2",
"author": "Michael Vargas <[email protected]>",
"contributors": [
"Sascha Depold <[email protected]>",
"Jan Aagaard Meier <[email protected]>",
"Daniel Durante <[email protected]>",
"Mick Hansen <[email protected]>",
"Sushant Dhiman <[email protected]>"
],
"scripts": {
"build": "babel lib --out-dir dist --copy-files --source-maps inline",
"prebuild": "if exist dist RMDIR /Q/S dist 2>nul",
"publish": "npm publish --access public"
},
"bugs": {
"url": "https://github.com/sequelize/sequelize/issues"
},
"main": "index.js",
"homepage": "https://sequelize.org/",
"types": "types",
"files": [
"dist",
"types/index.d.ts",
"types/dist"
],
"license": "MIT",
"dependencies": {
"assert": "^2.0.0",
"bluebird": "^3.5.0",
"buffer": "^5.4.3",
"cls-bluebird": "^2.1.0",
"debug": "^4.1.1",
"dottie": "^2.0.0",
"error-polyfill": "^0.1.2",
"inflection": "1.12.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.21",
"retry-as-promised": "^3.2.0",
"semver": "^6.3.0",
"sequelize-pool": "^2.3.0",
"toposort-class": "^1.0.1",
"util": "^0.12.1",
"uuid": "^3.3.3",
"validator": "^10.11.0",
"wkx": "^0.4.8"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-transform-classes": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@types/bluebird": "^3.5.26",
"@types/node": "^12.7.8",
"@types/validator": "^10.11.0",
"typescript": "^3.6.3"
},
"keywords": [
"websql",
"expo",
"react",
"react-native",
"sqlite",
"orm",
"object relational mapper"
],
"repository": "https://github.com/punisher97/rn-sequelize.git"
}