-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 787 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "pobu",
"version": "0.1.2",
"description": "Programming language for simulating user-like events",
"main": "app/index.js",
"scripts": {
"build": "cd app && npm run build",
"compile": "npx caxa --input \"./app\" --output \"bin/pobu.exe\" -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/index.js\"",
"version": "node helpers/version.js",
"test": "node ./app/index.js ./app/test/test.pobu",
"test:binary": "\"\"./app/app/pobu.exe\"\" ./app/test/test.pobu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Borecjeborec1/Pobu.git"
},
"author": "borecjeborec1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Borecjeborec1/Pobu/issues"
},
"homepage": "https://github.com/Borecjeborec1/Pobu#readme"
}