-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "ako-indexeddb-orm",
"version": "1.0.0",
"description": "An Equvalent of Entity Framework for Javascript Indexed DataBase",
"main": "index.js",
"scripts": {
"build": "webpack & set MIN=1 & webpack && cls && echo All Done! && echo Press Any Key To End Conversation ... && pause>nul"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farhad-rad/ako-indexeddb-orm.git"
},
"keywords": [
"indexeddb",
"orm",
"entity",
"javascript",
"js",
"indexed-db"
],
"files": [
"/src",
"/dist"
],
"devDependencies": {
"@babel/core": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/runtime": "^7.15.4",
"babel-loader": "^8.2.2",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"author": "Ako Team",
"contributors": [
{
"name": "Farhad Rad",
"email": "farhad.rad.official@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/farhad-rad/ako-indexeddb-orm/issues"
},
"homepage": "https://github.com/farhad-rad/ako-indexeddb-orm#readme",
"dependencies": {}
}