-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 Bytes
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
{
"name": "porffor",
"description": "An ahead-of-time JavaScript compiler",
"version": "0.61.12",
"author": "Oliver Medhurst <honk@goose.icu>",
"license": "MIT",
"scripts": {},
"dependencies": {
"acorn": "^8.15.0",
"node-repl-polyfill": "^0.1.2"
},
"optionalDependencies": {
"@babel/parser": "^7.24.4",
"hermes-parser": "^0.18.2",
"meriyah": "^4.3.9",
"oxc-parser": "^0.72.2"
},
"bin": {
"porf": "./runtime/index.js"
},
"main": "./compiler/wrap.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/CanadaHonk/porffor.git"
},
"bugs": {
"url": "https://github.com/CanadaHonk/porffor/issues"
},
"homepage": "https://porffor.dev"
}