@greenlabs/rescript-nock
Version:
ReScript bindings for Nock
32 lines (31 loc) • 742 B
JSON
{
"name": "@greenlabs/rescript-nock",
"description": "ReScript bindings for Nock",
"version": "13.2.0",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
"start": "rescript build -w",
"build": "rescript build -with-deps"
},
"keywords": [
"ReScript",
"Nock"
],
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/green-labs/rescript-bindings/issues",
"repository": {
"type": "git",
"url": "https://github.com/green-labs/rescript-bindings.git",
"directory": "packages/rescript-nock"
},
"peerDependencies": {
"nock": "^13.2.9",
"rescript-webapi": "^0.9.0"
},
"devDependencies": {
"rescript-webapi": "^0.9.0"
}
}