-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@nobleai/rescript-testing-library",
"version": "0.1.0",
"description": "Rescript Bindings for Testing Library",
"scripts": {
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean",
"test": "echo 'tests disabled for now'",
"pub": "yarn publish --scope nobleai --access public"
},
"files": [
"README.md",
"Changes.md",
"LICENSE",
"bsconfig.json",
"src/**/*.res",
"src/**/*.resi"
],
"main": "index.js",
"repository": "https://github.com/noble-ai/rescript-testing-library",
"author": "Alex Mouton ([email protected])",
"license": "MIT",
"private": false,
"dependencies": {
"@nobleai/rescript-prelude": "^0.13.3",
"rescript": "^10.1",
"@rescript/react": "^0.11.0",
"rescript-webapi": "^0.2.0"
},
"peerDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3"
},
"keywords": [
"rescript"
],
"devDependencies": {
"lodash": "4.17.21"
}
}