-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 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
{
"name": "@yeasoft/parseutils",
"version": "1.1.0",
"description": "Utilities and express middleware for parsing parameters",
"author": {
"name": "Leo Moll"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bugs": "https://github.com/YeaSoft/parseutils/issues",
"scripts": {
"clean": "npm -g uninstall @yeasoft/parseutils; rm -rf node_modules",
"test": "node --test test"
},
"repository": {
"type": "git",
"url": "https://github.com/YeaSoft/parseutils.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@yeasoft/basetypes": "^1.0.0",
"@yeasoft/baseutils": "^1.0.1",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/express": "^4.17.21",
"@types/node": "^20.14.8",
"eslint": "^9.23.0",
"globals": "^15.15.0"
}
}