-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 KB
/
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
47
48
49
50
51
{
"name": "@phoenixreisen/gateway",
"version": "2.3.3",
"description": "Speziell auf Bedürfnisse von Phoenix Reisen zugeschnittenes/optimiertes API Modul.",
"homepage": "https://design-system.phoenixreisen.net",
"main": "./src/gateway.min.js",
"types": "./src/gateway.d.ts",
"module": "./src/gateway.ts",
"scripts": {
"compile": "npx tsc ./src/gateway.ts --declaration --esModuleInterop --lib ESNext,dom --outDir ./src -m commonjs -t ES5",
"minify": "npx terser ./src/gateway.js -o ./src/gateway.min.js",
"preversion": "npm run compile && npm run minify",
"pretest": "npm run compile",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/phoenixreisen/gateway"
},
"keywords": [
"api",
"gateway",
"phx",
"phoenix",
"reisen"
],
"author": "Phoenix Reisen <[email protected]>",
"contributors": [
"Fabian Marcus <[email protected]>"
],
"license": "MIT",
"dependencies": {
"mithril": "^2.0.4"
},
"devDependencies": {
"@types/jasmine": "^4.3.1",
"@types/mithril": "^2.0.3",
"del-cli": "^5.0.0",
"jasmine": "^5.0.2",
"jasmine-local-storage": "^1.1.2",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"jsonwebtoken": "^9.0.0",
"mithril-node-render": "^3.0.0",
"mithril-query": "^4.0.1",
"ospec": "^4.0.1",
"terser": "^5.16.1",
"tslib": "^2.4.1",
"typescript": "^5.1.6"
}
}