-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 853 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 853 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
32
{
"name": "erlps-core",
"version": "1.0.0",
"description": "ERTS emulation in purescript",
"dependencies": {
"0x": "^4.10.2",
"babel-cli": "^6.26.0",
"big-integer": "^1.6.48",
"core-js": "^3.7.0",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7"
},
"scripts": {
"babel": "babel es6/ffi_es6_builtins.js > src/Erlang/Builtins.js; babel es6/ffi_es6_invoke.js > src/Erlang/Invoke.js",
"test": "spago test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erlscripten/erlps-core.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/erlscripten/erlps-core/issues"
},
"homepage": "https://github.com/erlscripten/erlps-core#readme"
}