mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: 021ac9dd2a5bcc6a5cb31173e20e8c7252be1408 [formerly a09cb113c8cdc8cda6976492f108afaa67643619] [formerly 8af98ea26caa08059fe2714ca3b38510b124d1b8 [formerly d6a0b7502e]]
Former-commit-id: b115ec2efbd234c1d6f89c8b5f4cf91319a9f24c [formerly 2bc6476daffa206485476f469ccc228831f62873]
Former-commit-id: c755b750dec1e995bd836cccb65ca249d2399689
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "zk-kit",
|
|
"description": "A monorepo of reusable JS libraries for zero-knowledge technologies.",
|
|
"license": "MIT",
|
|
"repository": "git@github.com:appliedzkp/zk-kit.git",
|
|
"homepage": "https://github.com/appliedzkp/zk-kit",
|
|
"bugs": "https://github.com/appliedzkp/zk-kit/issues",
|
|
"private": true,
|
|
"scripts": {
|
|
"install": "npm run bootstrap && npm run build",
|
|
"bootstrap": "lerna bootstrap --no-ci",
|
|
"build": "lerna run build",
|
|
"build:watch": "lerna run --parallel build:watch -- -- --watch",
|
|
"test": "jest --coverage",
|
|
"test:watch": "jest --coverage --watch",
|
|
"test:prod": "npm run lint && npm test",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
"publish:fp": "lerna publish from-package",
|
|
"clean": "lerna clean"
|
|
},
|
|
"keywords": [],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/node": "^16.10.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"babel-jest": "^27.3.1",
|
|
"bigint-conversion": "^2.1.12",
|
|
"eslint": "^8.0.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"jest": "^27.2.5",
|
|
"jest-config": "^27.2.5",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.3.2",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.61.1",
|
|
"ts-jest": "^27.0.7",
|
|
"ts-node": "^10.4.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|