mirror of
https://github.com/xodio/xod.git
synced 2026-03-05 16:34:04 +01:00
37 lines
871 B
JSON
37 lines
871 B
JSON
{
|
|
"name": "xod-tabtest",
|
|
"version": "0.35.0",
|
|
"scripts": {
|
|
"refmt": "find src/ test/ -name '*.re*' -exec refmt --in-place {} +",
|
|
"build:lib": "node ./tools/loadTabtestLibPatches.js",
|
|
"build:re": "bsb -make-world",
|
|
"build": "yarn build:re && yarn build:lib",
|
|
"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.34.0",
|
|
"xod-arduino": "^0.35.0",
|
|
"xod-func-tools": "^0.34.0",
|
|
"xod-project": "^0.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"@glennsl/bs-jest": "^0.4.9",
|
|
"bs-platform": "7.1.1",
|
|
"ramda": "^0.24.1",
|
|
"xod-fs": "^0.35.0"
|
|
},
|
|
"jest": {
|
|
"testMatch": [
|
|
"**/test/**/*_jest.bs.js"
|
|
]
|
|
}
|
|
}
|