-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "dun-js",
"description": "The Javascript package for DUN",
"version": "0.9.27",
"author": "1byte devteam",
"license": "ISC",
"bugs": {
"url": "https://github.com/1Byte-Software/dun-js/issues"
},
"homepage": "https://github.com/1Byte-Software/dun-js",
"repository": {
"type": "git",
"url": "git+https://github.com/1Byte-Software/dun-js.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "yarn build && yalc publish --push --no-scripts",
"build": "rollup -c",
"watch": "npm run build -- --watch src",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^1.7.7",
"jfw-js": "^3.9.0-1.9",
"query-string": "^9.1.0",
"rollup": "^4.22.0",
"rollup-plugin-typescript2": "^0.36.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/node": "^22.5.5",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"type": "module"
}