-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.34 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.34 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
{
"name": "underscript",
"version": "0.36.1",
"description": "Script for Undercards. An undertale fan-made game.",
"homepage": "https://feildmaster.github.io/UnderScript/",
"repository": "feildmaster/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": {
"build": "gulp --deploy",
"prepack": "gulp --deploy",
"update": "npm version minor --m=\"chore(%s): Release update\"",
"patch": "npm version patch --m=\"chore(%s): Release patch\"",
"nextpatch": "npm version prepatch --m\"chore(%s): Build test patch\"",
"prep": "npm version preminor --preid= --m=\"chore(%s): Prep for next release\"",
"next": "npm version prerelease --m=\"chore(%s): Build test script\""
},
"files": [
"dist/*.js"
],
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"replace": "^1.1.5"
}
}