Files
xod/packages/xod-tabtest/package.json
2018-11-06 14:06:47 +03:00

33 lines
714 B
JSON

{
"name": "xod-tabtest",
"version": "0.25.2",
"scripts": {
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
"build": "bsb -make-world",
"clean:dist": "rimraf ./lib ./src/**/*.bs.js ./test/**/*.bs.js",
"dev": "bsb -w",
"test": "jest"
},
"keywords": [
"BuckleScript"
],
"author": "XOD",
"license": "AGPL-3.0",
"main": "src/Tabtest_Js.bs.js",
"dependencies": {
"belt-holes": "^0.25.0",
"xod-arduino": "^0.25.2",
"xod-func-tools": "^0.25.0",
"xod-project": "^0.25.2"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
"bs-platform": "^3.1.5"
},
"jest": {
"testMatch": [
"**/test/**/*_jest.bs.js"
]
}
}