Skip to content

Commit b018d3d

Browse files
committed
first commit
0 parents  commit b018d3d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "user-event",
3+
"version": "1.0.0",
4+
"description": "Simulate user events for react-testing-library",
5+
"main": "dist/index.js",
6+
"scripts": {
7+
"test": "npm test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Gpx/user-event.git"
12+
},
13+
"author": "Giorgio Polvara <[email protected]>",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Gpx/user-event/issues"
17+
},
18+
"homepage": "https://github.com/Gpx/user-event#readme"
19+
}

0 commit comments

Comments
 (0)