-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.99 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
51
52
53
54
55
56
57
58
59
{
"private": true,
"webpackConfigJaid": "githubAction",
"version": "0.1.0",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.7.0",
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"@actions/io": "^1.1.2",
"chalk": "^5.0.1",
"get-boolean-action-input": "^1.0.2",
"guess-package-manager": "^1.1.3",
"has-content": "^1.1.1",
"zahl": "^2.0.6"
},
"devDependencies": {
"babel-preset-jaid": "^14.0.0",
"browserslist-config-jaid-node": "^3.0.0",
"eslint": "^8.16.0",
"eslint-config-jaid": "^1.59.1",
"rimraf": "^3.0.2",
"webpack-config-jaid": "^16.1.1"
},
"scripts": {
"build": "rm -rf build && NODE_ENV=production webpack",
"build-push": "npm run build && git add build && git commit --sign --message 'Rebuilt src/' && git push",
"testOnGithub": "name=$(package-name-cli) && git-flush-cli 'Testing changes' && npm run buildPush && cd ../test && git pull && echo $(date-now) >> changefile.txt && git-flush-cli \"Random commit for testing action Jaid/$name\" && cd ../$name",
"testOnGithubProd": "name=$(npx package-name-cli) && npm run build-push && cd ../epoch-seconds && release && cd ../$name",
"prepareActionJest": "npm run build:prod",
"buildPush": "npm run build && git add build && git-flush-cli 'Rebuilt src/'",
"prepareRelease": "npm run buildPush"
},
"description": "GitHub Action that publishes compiled code to npm and similar package registries.",
"funding": "https://github.com/sponsors/jaid",
"repository": {
"type": "git",
"url": "https://github.com/jaid/action-publish"
},
"name": "action-publish",
"homepage": "https://github.com/Jaid/action-publish",
"keywords": [
"action",
"actions",
"github",
"github-action",
"github-actions",
"github-api",
"github-packages",
"node",
"node-js",
"nodejs",
"npm-api",
"npm-publish",
"publish"
],
"type": "module"
}