-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1018 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1018 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
38
39
40
41
42
43
44
45
46
{
"name": "websql-orm",
"version": "2.6.1",
"description": "websql-orm for typescript platform and angular cordova platform.",
"main": "index.js",
"scripts": {
"test": "npx webpack --config webpack.config.js ",
"prod": "npx webpack --config webpack-prod.config.js"
},
"files": [
"index.js",
"index.d.ts",
"src/*.d.ts",
"README.md",
"LICENSE",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/waitaction/websql-orm.git"
},
"author": "sam chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/waitaction/websql-orm/issues"
},
"homepage": "https://github.com/waitaction/websql-orm#readme",
"keywords": [
"websql-orm",
"websql",
"orm",
"sqlite",
"typescript",
"browser",
"cordova"
],
"dependencies": {
"@types/websql": "0.0.27"
},
"devDependencies": {
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}