forked from CSBiology/FSharpAux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "fsharpaux",
"version": "1.1.0",
"description": "Extensions, auxiliary functions and data structures for the F# programming language",
"type": "module",
"scripts": {
"pretest": "dotnet fable tests/FSharpAux.Core.Tests -o tests/JsNativeTests/fable",
"test": "mocha tests/JsNativeTests/fable",
"posttest": "mocha tests/JsNativeTests",
"test:live": "mocha --watch --parallel tests/JsNativeTests/fable",
"testnative:live": "mocha --watch --parallel tests/JsNativeTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSBiology/FSharpAux.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CSBiology/FSharpAux/issues"
},
"homepage": "https://github.com/CSBiology/FSharpAux#readme",
"devDependencies": {
"mocha": "^10.2.0"
}
}