mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
35 lines
769 B
JSON
35 lines
769 B
JSON
{
|
|
"name": "dub",
|
|
"version": "0.30.2",
|
|
"author": "Dub",
|
|
"main": "./index.js",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dubinc/dub-node.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --max-warnings=0 src",
|
|
"build": "tsc",
|
|
"prepare": "npm run build"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": ">= 3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonpath": "^0.2.4",
|
|
"@types/node": "^20.12.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"typescript": "^5.4.5",
|
|
"vitest": "1.4.0",
|
|
"zod": "^3.23.4"
|
|
},
|
|
"dependencies": {
|
|
|
|
}
|
|
}
|