-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.76 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.76 KB
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": "underscript",
"version": "0.51.3",
"description": "Script for Undercards. An undertale fan-made game.",
"homepage": "https://feildmaster.github.io/UnderScript/",
"repository": "UCProjects/UnderScript",
"main": "dist/undercards.user.js",
"unpkg": "dist/undercards.user.js",
"browser": "dist/undercards.user.js",
"license": "MIT",
"author": "Alan H (feildmaster) <underscript@feildmaster.com> (https://feildmaster.com/)",
"contributors": [
"Austin Peterson <austin@akpwebdesign.com> (https://blog.akpwebdesign.com)"
],
"scripts": {
"start": "rollup -c --watch --configDebug",
"build": "rollup -c",
"prepack": "rollup -c",
"version": "node scripts/validate.js",
"update": "npm version minor --m=\"chore(update): Release v%s\"",
"patch": "npm version patch --m=\"chore(patch): Release v%s\"",
"nextpatch": "npm version prepatch --m=\"chore(next): Build patch v%s\"",
"prep": "npm version preminor --preid= --m=\"chore(%s): Prep next version\"",
"next": "npm version prerelease --m=\"chore(next): Build script v%s\"",
"gpr-setup": "node scripts/gpr.js"
},
"files": [
"dist/*.js"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^3.0.1",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"replace": "^1.2.1",
"rollup": "^2.66.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-external-globals": "^0.6.1"
},
"dependencies": {
"axios": "^0.21.4",
"luxon": "^2.5.2",
"popper.js": "^1.16.1",
"showdown": "^2.0.0",
"tippy.js": "^4.3.5"
}
}