1
0
mirror of https://github.com/quinton-ashley/java2js synced 2024-12-29 10:11:54 +01:00
java2js/package.json

25 lines
637 B
JSON
Raw Normal View History

2021-09-23 01:41:44 -05:00
{
"name": "java2js",
2023-04-26 09:20:40 -05:00
"version": "1.2.22",
2022-02-21 11:11:18 -05:00
"description": "Converts Java to JavaScript and runs it with a JS JDK",
2021-11-15 20:02:30 -05:00
"main": "jdk.js",
2021-09-23 01:41:44 -05:00
"scripts": {
2022-04-12 12:36:32 -05:00
"start": "open index.html",
"test": "open index.html",
2021-09-23 01:41:44 -05:00
"v": "npm version patch --force",
"V": "npm version minor --force",
"version": "git add -A",
"postversion": "git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quinton-ashley/java2js.git"
},
"author": "quinton-ashley",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/quinton-ashley/java2js/issues"
},
"homepage": "https://github.com/quinton-ashley/java2js#readme"
}