-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 876 Bytes
/
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
{
"name": "webpack-spago-loader",
"version": "1.0.0",
"description": "doesnt run spago, just maps purs to output and output to purs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srghma/webpack-spago-loader.git"
},
"keywords": [
"spago",
"purescript",
"webpack"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/srghma/webpack-spago-loader/issues"
},
"homepage": "https://github.com/srghma/webpack-spago-loader#readme",
"dependencies": {
"cbor-sync": "^1.0.4",
"child-process-promise": "^2.2.1",
"chokidar": "^3.3.1",
"dargs": "^7.0.0",
"debounce-promise": "^3.1.2",
"js-string-escape": "^1.0.1",
"loader-utils": "^2.0.0",
"schema-utils": "^2.6.6"
}
}