mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
Former-commit-id: c4af49d72bd1010ce3647f1335740082d3fb1245 [formerly da84b4068e]
Former-commit-id: d0ff07f7a344463582b968c5b3bfbb264c45bc56
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "libsem",
|
|
"version": "2.0.0",
|
|
"description": "different modules for libsemaphore",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"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": "lerna publish from-package --access public",
|
|
"clean": "lerna clean"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/appliedzkp/libsemaphore.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/appliedzkp/libsemaphore/issues"
|
|
},
|
|
"homepage": "https://github.com/appliedzkp/libsemaphore#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^16.10.8",
|
|
"@types/jest": "^27.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"bigint-conversion": "^2.1.12",
|
|
"eslint": "^8.0.1",
|
|
"jest": "^27.2.5",
|
|
"jest-config": "^27.2.5",
|
|
"lerna": "^4.0.0",
|
|
"ts-jest": "^27.0.6",
|
|
"ts-node": "^10.2.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|