forked from FX31337/FX31337-wasm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
27
28
29
30
31
32
33
{
"author": "kenorb",
"description": "FX31337 engine in wasm",
"bugs": {
"url": "https://github.com/FX31337/FX31337-wasm/issues"
},
"devDependencies": {
"http-server": "^14.1.1"
},
"homepage": "https://github.com/FX31337/FX31337-wasm#readme",
"main": "index.js",
"name": "fx31337-wasm",
"repository": {
"type": "git",
"url": "git+https://github.com/FX31337/FX31337-wasm.git"
},
"scripts": {
"build": "make -C src",
"clean": "make -C src clean; git clean -fX",
"postbuild": "cp src/*.html src/*.js src/*.wasm dist/",
"rebuild": "npm run clean; npm run build",
"start": "cd dist; http-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"EA31337",
"FX31337",
"Forex",
"trading"
],
"license": "GPL-3.0-or-later",
"version": "0.1.2"
}