UNPKG

@greenlabs/rescript-nock

Version:
32 lines (31 loc) 742 B
{ "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" } }