-
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
/
Copy pathpackage.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": "@okayestdev/js-functional-utils",
"version": "1.1.3",
"description": "",
"main": "./build/index.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@types/jest": "^27.1.4",
"husky": "^7.0.4",
"jest": "^27.5.1",
"prettier": "^2.3.2",
"ts-jest": "^27.1.4",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
},
"scripts": {
"test": "node --inspect=0.0.0.0:9228 ./node_modules/jest/bin/jest",
"build": "tsc --outDir ./build",
"prepare": "husky install",
"setupHusky": "git add .husky/pre-commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okayestdev/js-functional-utils.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/okayestdev/js-functional-utils/issues"
},
"homepage": "https://github.com/okayestdev/js-functional-utils#readme"
}