-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.29 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
{
"name": "automatise-wordpress",
"version": "1.2.37",
"description": "Create Automatise Wordpress.",
"engines": {
"node": "^18"
},
"bin": "cli.js",
"files": [
"cli.js",
"saofile.js",
"template/"
],
"repository": {
"url": "git+https://github.com/matiseams/automatise-wordpress.git",
"type": "git"
},
"scripts": {
"try:normal": "rm -rf fissa && node cli.js fissa '{\"packageName\":\"fissa\",\"name\":\"fissa\",\"description\":\"fissa\",\"author\":\"fissa\"}'",
"try:smoothscroll": "rm -rf fissa && node cli.js fissa '{\"packageName\":\"fissa\",\"name\":\"fissa\",\"description\":\"fissa\",\"author\":\"fissa\",\"smoothscroll\":true}'",
"try:three": "rm -rf fissa && node cli.js fissa '{\"packageName\":\"fissa\",\"name\":\"fissa\",\"description\":\"fissa\",\"author\":\"fissa\",\"smoothscroll\":true,\"three\":true}'",
"try:local": "rm -rf fissa && node cli.js fissa '{\"packageName\":\"fissa\",\"name\":\"fissa\",\"description\":\"fissa\",\"author\":\"fissa\",\"smoothscroll\":true,\"three\":false}'",
"trypublish": "npm publish || true"
},
"dependencies": {
"axios": "^0.19.0",
"sao": "1.7.1",
"superb": "^4.0.0"
},
"authors": [
"Cyd Stumpel <[email protected]>",
"Dennis Spierenburg <[email protected]>",
"Stephan Hoogland <[email protected]>"
],
"license": "MIT"
}