generated from freckle/npm-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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": "@freckle/query-params",
"version": "1.0.0",
"description": "Query params utilities",
"author": "Freckle",
"license": "MIT",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/freckle/query-params-js.git"
},
"scripts": {
"build": "rm -r dist && tsc -d && node gen-flow.js",
"test": "jest && flow",
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@freckle/maybe": "^2.1.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.41"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.182",
"cpy-cli": "5.0.0",
"flow-bin": "0.110.0",
"flowgen": "^1.17.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2"
},
"packageManager": "yarn@3.4.1"
}