-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1010 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1010 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
35
36
37
38
39
40
41
{
"name": "cols-monorepo",
"private": true,
"version": "0.4.1",
"description": "COLS protocol monorepo: Solana on-chain program, TypeScript SDK, Rust CLI, and integration tests.",
"workspaces": [
"sdk",
"tests",
"examples"
],
"scripts": {
"test": "yarn workspace @cols/sdk test",
"build": "yarn workspace @cols/sdk build"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.11.0",
"chai": "^4.4.1",
"mocha": "^10.4.0",
"ts-mocha": "^10.0.0",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"author": {
"name": "Colszoo",
"email": "289228263+Colszoo@users.noreply.github.com"
},
"homepage": "https://github.com/Colszoo/cols-protocol#readme",
"bugs": {
"url": "https://github.com/Colszoo/cols-protocol/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Colszoo/cols-protocol.git",
"directory": "."
}
}