2021-09-13 05:54:05 +00:00
|
|
|
{
|
2022-02-23 14:03:14 +00:00
|
|
|
"name": "@status-im/core",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT OR Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/status-im/status-web.git",
|
|
|
|
"directory": "packages/status-core",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/status-im/status-web/issues"
|
|
|
|
},
|
2022-02-24 15:44:09 +00:00
|
|
|
"source": "src/index.ts",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.esm.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2021-09-14 02:50:33 +00:00
|
|
|
"scripts": {
|
2022-02-24 15:44:09 +00:00
|
|
|
"prebuild": "rm -rf dist",
|
|
|
|
"build": "parcel build",
|
2022-02-23 15:16:42 +00:00
|
|
|
"build:types": "tsc --emitDeclarationOnly",
|
2022-02-24 23:02:30 +00:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src",
|
|
|
|
"test": "mocha",
|
2021-09-14 02:50:33 +00:00
|
|
|
"proto": "run-s 'proto:*'",
|
|
|
|
"proto:lint": "buf lint",
|
2022-02-24 23:02:30 +00:00
|
|
|
"proto:build": "buf generate"
|
2021-09-14 02:50:33 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-26 11:24:37 +00:00
|
|
|
"bn.js": "^5.2.0",
|
2021-09-14 05:16:40 +00:00
|
|
|
"buffer": "^6.0.3",
|
2022-02-24 15:44:09 +00:00
|
|
|
"debug": "^4.3.3",
|
2021-09-23 05:42:15 +00:00
|
|
|
"ecies-geth": "^1.5.3",
|
2021-11-26 11:24:37 +00:00
|
|
|
"elliptic": "^6.5.4",
|
2021-09-14 05:16:40 +00:00
|
|
|
"js-sha3": "^0.8.0",
|
2022-02-28 12:40:33 +00:00
|
|
|
"js-waku": "^0.18.0",
|
2022-02-24 15:44:09 +00:00
|
|
|
"long": "^5.2.0",
|
2021-10-19 00:26:09 +00:00
|
|
|
"pbkdf2": "^3.1.2",
|
2021-09-23 04:33:09 +00:00
|
|
|
"protobufjs": "^6.11.2",
|
2021-11-26 11:24:37 +00:00
|
|
|
"secp256k1": "^4.0.2",
|
|
|
|
"uuid": "^8.3.2"
|
2022-02-24 23:02:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/bn.js": "^5.1.0",
|
|
|
|
"@types/chai": "^4.2.22",
|
|
|
|
"@types/elliptic": "^6.4.14",
|
|
|
|
"@types/mocha": "^9.0.0",
|
|
|
|
"@types/pbkdf2": "^3.1.0",
|
|
|
|
"@types/secp256k1": "^4.0.3",
|
|
|
|
"@types/uuid": "^8.3.3",
|
|
|
|
"chai": "^4.3.4",
|
|
|
|
"mocha": "^9.1.1",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"ts-node": "^10.2.1",
|
|
|
|
"ts-proto": "^1.83.0"
|
2021-09-13 05:54:05 +00:00
|
|
|
}
|
|
|
|
}
|