31 lines
698 B
JSON
31 lines
698 B
JSON
{
|
|
"main": "./js/index.js",
|
|
"types": "./js/index.d.ts",
|
|
"name": "erlpack",
|
|
"version": "0.1.4",
|
|
"description": "Erlpack is a fast encoder and decoder for the Erlang Term Format (version 131) for JavaScript",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "Jason Citron",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"nan": "^2.15.0"
|
|
},
|
|
"gypfile": true,
|
|
"devDependencies": {
|
|
"@types/node": "^16.4.13",
|
|
"jest-cli": "^24.9.0"
|
|
},
|
|
"jest": {
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/build",
|
|
"<rootDir>/node_modules/bindings"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discord/erlpack.git"
|
|
}
|
|
}
|