Skip to content

Commit 0469deb

Browse files
Lewiscowles1986schlessera
authored andcommitted
NPM Setup
1 parent 071310f commit 0469deb

File tree

2 files changed

+324
-0
lines changed

2 files changed

+324
-0
lines changed

package-lock.json

Lines changed: 301 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "scaffold-package-command",
3+
"version": "1.0.0",
4+
"description": "wp-cli/scaffold-package-command",
5+
"main": " ",
6+
"scripts": {
7+
"test": "echo \"Error: testing not setup\" && exit 1",
8+
"lint": "node ./node_modules/gherkin-lint/dist/main.js"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/wp-cli/scaffold-package-command.git"
13+
},
14+
"author": "Daniel Bachhuber <daniel@runcommand.io>",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/wp-cli/scaffold-package-command/issues"
18+
},
19+
"homepage": "https://github.com/wp-cli/scaffold-package-command#readme",
20+
"devDependencies": {
21+
"gherkin-lint": "^4.1.3"
22+
}
23+
}

0 commit comments

Comments
 (0)