-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@proto-kit/common",
"license": "MIT",
"private": false,
"type": "module",
"version": "0.1.1-develop.833+397881ed",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch",
"lint": "eslint ./src ./test",
"test:file": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js",
"test": "npm run test:file -- ./test/**",
"test:watch": "npm run test:file -- ./test/** --watch"
},
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"reflect-metadata": "^0.1.13",
"typescript-memoize": "^1.1.1"
},
"peerDependencies": {
"o1js": "^2.0.0",
"tsyringe": "^4.7.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/lodash": "^4.14.194"
},
"gitHead": "397881ed5d8f98f5005bcd7be7f5a12b3bc6f956"
}