forked from MichelLalancette/SenseFieldFormatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 817 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
{
"name": "Sense Field Formatter",
"version": "1.7.4",
"description": "Formats Qlik Fields",
"main": "js/popup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build",
"clean": "tsc --build --clean",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichelLalancette/SenseFieldFormatter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MichelLalancette/SenseFieldFormatter/issues"
},
"homepage": "https://github.com/MichelLalancette/SenseFieldFormatter#readme",
"dependencies": {
"@types/node": "^18.0.0",
"web-ext": "^7.1.1"
},
"devDependencies": {
"@types/chrome": "^0.0.190",
"@types/core-js": "^2.5.5",
"@types/firefox": "^0.0.31"
}
}