Skip to content

Commit d071c92

Browse files
authored
Create package.json
1 parent 27592d0 commit d071c92

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "replace-with-your-repository-name",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"directories": {
7+
"doc": "docs"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"author": "Replace with your GitHub username",
13+
"license": "ISC",
14+
"devDependencies": {
15+
"@nrwl/workspace": "^19.8.4",
16+
"@nx/eslint": "^20.4.5",
17+
"@nx/jest": "^20.4.5",
18+
"@nx/playwright": "^20.4.5",
19+
"@nx/react": "^20.4.5",
20+
"@nx/webpack": "^20.4.5",
21+
"nx": "^20.4.5",
22+
"webpack-cli": "^6.0.1"
23+
}
24+
}

0 commit comments

Comments
 (0)