forked from ekcom/TkAst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.14 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
{
"name": "tkast",
"version": "1.3.0",
"description": "Helps you work on TeamDynamix tickets more efficiently.",
"main": "index.ts",
"scripts": {
"build": "vite build && NODE_ENV=production vite-node buildContentScripts.ts",
"build-dev": "NODE_ENV=development vite build -m development && NODE_ENV=development vite-node buildContentScripts.ts",
"dev": "rm -rf tmp/contentScripts && cp -r build/scripts/contentScripts/. tmp/contentScripts && NODE_ENV=development vite build -m development && cp -r tmp/contentScripts build/scripts/contentScripts",
"clean": "rm -rf ./build && rm -rf tmp/contentScripts",
"test": "vitest",
"test-integration": "playwright test",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.9",
"@types/webextension-polyfill": "^0.10.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"typescript": "^5.0.4",
"vite-node": "^0.34.4",
"vitest": "^0.33.0",
"webextension-polyfill": "^0.10.0"
},
"author": "Elijah Mock",
"license": "NCSA"
}