-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 844 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 844 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
27
28
29
{
"name": "purescript-node-buffer-blob",
"private": true,
"description": "Bindings to node-buffer's Blob type.",
"main": "index.js",
"devDependencies": {
"eslint": "^7.15.0",
"pulp": "16.0.0-0",
"purescript-psa": "^0.8.2",
"rimraf": "^3.0.2"
},
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "eslint src && pulp build -- --censor-lib --strict",
"test": "pulp test -- --censor-lib --strict"
},
"repository": {
"type": "git",
"url": "https://github.com/purescript-node/purescript-node-buffer-blob.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/purescript-node/purescript-node-buffer-blob/issues"
},
"homepage": "https://github.com/purescript-node/purescript-node-buffer-blob#readme",
"type": "module"
}