-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 774 Bytes
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
{
"name": "rollup-plugin-purs",
"version": "1.0.38",
"description": "Bundle PureScript modules with Rollup",
"repository": "Pauan/rollup-plugin-purs",
"license": "MIT",
"main": "index.js",
"bin": {
"convert-commonjs": "./bin/convert-commonjs.js"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-plugin-minify-constant-folding": "^0.0.4",
"babel-plugin-transform-do-expressions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.23.0",
"rollup-pluginutils": "^2.0.1"
},
"devDependencies": {
"rollup": "^0.41.1",
"uglify-js": "^2.7.5"
},
"scripts": {
"test": "cd test && rollup --config",
"uglify": "uglifyjs test/bundle.js --output test/bundle.min.js --screw-ie8 --compress --beautify"
}
}