build: add common build deps

Former-commit-id: 4cd61c07a7e9683bf71dbf17f740a8744095e100 [formerly 8501a3fab0280ed591c88f65b66cc0dce7839fe1] [formerly da4a72df8185050bb50e41c76abee6f5a45f9e9e [formerly 7d1f0acdf9]]
Former-commit-id: 18c044dfc2c0cfa51046c28dc0e23ebcc243a9b5 [formerly 02df0efdf0f498a08c26d1f2365dd3dfb436ea78]
Former-commit-id: 12a612fdd3eb926610dec9f4a506a533413d1707
This commit is contained in:
cedoor
2022-01-14 20:39:48 +01:00
parent fbf49bfe60
commit f405f37b3e
2 changed files with 10 additions and 19 deletions

View File

@@ -1 +1 @@
425e2860581a84a0559e3524bbb41c3aa53213d8
13370b048e415b45769f8e0e946334bf1a637cc5

View File

@@ -1,8 +1,10 @@
{
"name": "libsem",
"version": "2.0.0",
"description": "A monorepo of JavaScript libraries for Semaphore.",
"main": "index.js",
"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",
@@ -17,17 +19,7 @@
"publish:fp": "lerna publish from-package",
"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": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
@@ -44,12 +36,11 @@
"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.4"
},
"dependencies": {
"@libsem/types": "^1.0.7"
"typescript": "^4.4.3"
}
}