-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
44
45
46
47
48
{
"name": "@repkgs/repkgs",
"version": "0.0.0",
"repository": "https://github.com/peykio/repkgs",
"keywords": [
"bucklescript",
"reason",
"reasonml"
],
"license": "MIT",
"jest": {
"testEnvironment": "node",
"roots": [
"<rootDir>/src/",
"<rootDir>/__tests__/"
],
"transformIgnorePatterns": [
"/node_modules/(?!@glennsl/*|bs-platform|decco).+\\.js$"
]
},
"devDependencies": {
"@types/node": "^14.0.4",
"bs-platform": "^7.3.2",
"esm": "^3.2.25",
"gentype": "^3.22.0",
"typescript": "^3.9.3"
},
"scripts": {
"make": "bsb -clean-world -make-world",
"problems": "tsc --noEmit",
"repkgs": "node -r esm ./src/cli/Cli.bs.js"
},
"dependencies": {
"@elliottcable/bs-cmdliner": "^10.2.2",
"cross-spawn": "^7.0.2",
"decco": "^1.2.1",
"fast-glob": "^3.2.2",
"flow-parser": "^0.125.1",
"ink": "^2.7.1",
"js-yaml": "^3.13.1",
"react": "^16.13.1",
"reason-react": "^0.8.0"
},
"volta": {
"node": "14.2.0",
"yarn": "1.22.4"
}
}