-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "@dharmesh-hemaram/jdb",
"version": "1.0.9",
"description": "indexeddb API",
"scripts": {
"build": "webpack --mode=production --config webpack.config.js",
"start": "webpack --mode=development --config webpack.config.js",
"serve": "webpack serve --config webpack.config.js",
"server": "node server.js",
"watch": "webpack --watch webpack.prod.js",
"prepare": "npm run build",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dharmesh-hemaram/jDB.git"
},
"keywords": [
"DB",
"indexeddb",
"indexeddb api",
"indexeddb components",
"indexeddb wrapper",
"indexeddb tools",
"indexeddb sql",
"indexeddb like",
"wrapper"
],
"author": "Dharmesh",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dharmesh-hemaram/DB/issues"
},
"homepage": "https://dharmesh-hemaram.github.io/jDB/",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"jasmine": "^3.8.0",
"karma": "^6.3.4",
"karma-jasmine": "^4.0.1",
"karma-webpack": "^5.0.0",
"webpack": "^5.42.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"main": "dist/db.min.js",
"directories": {
"dist": "dist"
}
}