-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 994 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
36
37
38
39
40
41
{
"name": "force-boolean",
"version": "1.2.0",
"description": "Transform and convert any value into boolean",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"license": "MIT",
"keywords": [
"javascript",
"typescript",
"force-boolean",
"forced",
"convert",
"boolean"
],
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "npm run build && jest --forceExit --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "[email protected]:rohmanhm/force-boolean"
},
"author": {
"name": "MH Rohman Masyhar",
"email": "[email protected]",
"url": "https://github.com/rohmanhm"
},
"devDependencies": {
"@types/jest": "26.0.13",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"jest": "26.4.2",
"ts-jest": "26.3.0",
"tslint": "6.1.3",
"tslint-config-standard": "9.0.0",
"typescript": "4.0.2"
}
}