Skip to content

Commit bd78988

Browse files
committed
build(package): initial version
1 parent 9aa0a2f commit bd78988

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "@octoherd/script-create-repositories-from-script-folders",
3+
"version": "0.0.0-developement",
4+
"type": "module",
5+
"description": "An octoherd script that creates new repositories from folders",
6+
"keywords": [
7+
"octoherd-script"
8+
],
9+
"author": "Gregor Martynus (https://twitter.com/gr2m)",
10+
"license": "ISC",
11+
"devDependencies": {
12+
"@octoherd/octokit": "^2.2.0",
13+
"@octokit/openapi-types": "^2.0.0"
14+
},
15+
"dependencies": {},
16+
"exports": "./index.js",
17+
"release": {
18+
"branches": [
19+
"main"
20+
]
21+
},
22+
"publishConfig": {
23+
"access": "public"
24+
}
25+
}

0 commit comments

Comments
 (0)