forked from yokowasis/firegun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 Bytes
/
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
{
"name": "@yokowasis/firegun",
"version": "1.8.10",
"description": "gunDB Wrapper for easy access and use.",
"license": "MIT",
"repository": "yokowasis/firegun",
"main": "index.js",
"types": "index.ts",
"keywords": [
"gundb",
"npm",
"package",
"firegun"
],
"dependencies": {
"@types/eslint-scope": "^3.7.1",
"gun": "^0.2020.1235",
"node-polyfill-webpack-plugin": "^1.1.4"
},
"scripts": {
"test": "jest --verbose --watch",
"ts": "ts-node-dev --respawn --transpile-only",
"tsc": "tsc",
"tscw": "tsc --watch"
},
"devDependencies": {
"@types/node": "^17.0.24",
"jest": "^27.3.1",
"ts-loader": "^9.2.6",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
}
}