-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 991 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
42
43
44
45
46
{
"name": "dolla-if",
"version": "2.1.2",
"description": "If-else statements to be used as expressions, for vegetarians, or otherwise",
"keywords": [
"if",
"functional",
"typescript",
"expression",
"conditional",
"money",
"vegetarian"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"sideEffects": false,
"scripts": {
"test": "jest",
"build": "tsc",
"ci": "npm run build && npm test",
"publish": "npm publish"
},
"author": "Alex Szabo ([email protected])",
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^20.17.10",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"typescript": "^5.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/delanni/if-expression.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"jest": {
"preset": "ts-jest"
},
"containsMeat": false
}