orillusion-bs-sinon
Version:
BuckleScript bindings to the sinon
30 lines (29 loc) • 728 B
JSON
{
"name": "orillusion-bs-sinon",
"version": "0.1.19",
"description": "BuckleScript bindings to the sinon",
"scripts": {
"watch": "bsb -clean-world -make-world -w",
"build": "bsb -clean-world -make-world",
"test": "jest --config jest.json",
"test:watch": "npm run build && jest --watch --config jest.json"
},
"keywords": [
"orillusion",
"sinon",
"bucklescript",
"test"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-jest": "^24.1.0",
"bs-platform": "4.0.18"
},
"dependencies": {
"orillusion-bs-jest": "^0.3.11",
"sinon": "^4.1.2"
},
"gitHead": "299e8aa1b1c2b8746d02f8618a3801bcf4227661"
}