-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.64 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
{
"name": "prun-palette",
"version": "0.0.1",
"description": "A command pallet for Prosperous Universe",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "rollup -c",
"build:prod": "ENV=production rollup -c",
"watch": "rollup -c -w",
"test": "tsc --noEmit && jest",
"jest:watch": "jest --watchAll",
"ext": "cd build-firefox && web-ext run --firefox=/usr/bin/firefox --keep-profile-changes --firefox-profile=prun-palette-dev",
"ext:lint": "cd build-firefox && web-ext lint",
"lint": "eslint --ext .ts,.js src",
"lint:fix": "eslint --ext .ts,.js src --fix"
},
"author": "",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@google/semantic-release-replace-plugin": "1.2.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/release-notes-generator": "11.0.1",
"@types/jest": "29.5.1",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"googleapis": "140.0.1",
"jest": "29.5.0",
"jsonwebtoken": "9.0.0",
"prettier": "2.8.8",
"publish-browser-extension": "1.3.0",
"rollup": "3.21.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-license": "3.0.1",
"rollup-plugin-sass": "1.12.19",
"rollup-plugin-typescript2": "0.34.1",
"rollup-plugin-uglify": "6.0.4",
"semantic-release": "21.0.2",
"ts-jest": "29.1.0",
"tslib": "2.5.0",
"typescript": "5.0.4"
}
}