You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.0 KiB
50 lines
1.0 KiB
{ |
|
"name": "nsw", |
|
"version": "0.0.0", |
|
"description": "My Project", |
|
"esy": { |
|
"build": "pesy", |
|
"release": { |
|
"releasedBinaries": [ |
|
"NswApp.exe" |
|
] |
|
} |
|
}, |
|
"buildDirs": { |
|
"test": { |
|
"require": ["nsw.lib"], |
|
"main": "TestNsw", |
|
"name": "TestNsw.exe" |
|
}, |
|
"library": { |
|
"name": "nsw.lib", |
|
"namespace": "Nsw" |
|
}, |
|
"executable": { |
|
"preprocess": ["pps", "lwt_ppx", "ppx_let"], |
|
"require": ["core", "lwt", "lwt.unix", "console.lib", "pastel.lib", "nsw.lib"], |
|
"main": "NswApp", |
|
"name": "NswApp.exe" |
|
} |
|
}, |
|
"scripts": { |
|
"pesy": "bash -c 'env PESY_MODE=update pesy'", |
|
"test": "esy x TestNsw.exe" |
|
}, |
|
"dependencies": { |
|
"@opam/dune": "*", |
|
"@opam/core": "*", |
|
"@opam/lwt": "*", |
|
"@opam/lwt_ppx": "*", |
|
"@opam/ppx_let": "*", |
|
"@reason-native/console": "*", |
|
"@reason-native/pastel": "*", |
|
"@esy-ocaml/reason": "*", |
|
"refmterr": "*", |
|
"ocaml": "~4.6.0", |
|
"pesy": "*" |
|
}, |
|
"devDependencies": { |
|
"@opam/merlin": "*" |
|
} |
|
}
|
|
|