Skip to content

Commit fcf7a04

Browse files
committed
feat: Add package.json
1 parent c7ce6ac commit fcf7a04

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": "js-exercises-functions-arrays",
3+
"version": "1.0.0",
4+
"description": "A collection of JavaScript exercises focusing on basic functions and arrays.",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/dinruz/js-exercises-functions-arrays.git"
11+
},
12+
"keywords": [
13+
"javascript",
14+
"exercises",
15+
"learning",
16+
"web development"
17+
],
18+
"author": "dinruz",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/dinruz/js-exercises-functions-arrays/issues"
22+
},
23+
"homepage": "https://github.com/dinruz/js-exercises-functions-arrays#readme"
24+
}

0 commit comments

Comments
 (0)