-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 924 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 924 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
{
"name": "naka-connect-js",
"version": "0.0.7",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/TrustlessComputer/naka-connect-js"
},
"scripts": {
"test": "jest",
"build-debug": "webpack --mode development",
"build": "npm run clean && tsc",
"clean": "rimraf dist",
"lint": "prettier --write ."
},
"dependencies": {
"axios": "^1.4.0",
"jsontokens": "^4.0.1",
"process": "^0.11.10",
"react-device-detect": "^2.2.3",
"util": "^0.12.4"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"prettier": "^2.8.4",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.1",
"typescript": "^4.9.4",
"vm-browserify": "^1.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"license": "ISC"
}