-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.48 KB
/
package.json
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
42
43
44
45
46
47
{
"name": "urchin-web3-cms",
"version": "0.0.5",
"description": "An SDK and protocal layer for headless content and file mananagement for decentralized applications and web apps. Built on Solana, Arweave, and Bundlr.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node_modules/.bin/ts-mocha --file src/tests/*.spec.ts --exclude src/tests/disabled",
"testone": "node_modules/.bin/ts-mocha",
"build": "rm -rf dist && tsc"
},
"keywords": [],
"author": "juicebox technologies, inc.",
"license": "MIT",
"devDependencies": {
"@types/bs58": "^4.0.1",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"prettier": "^2.8.4",
"ts-mocha": "^10.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@bundlr-network/client": "^0.10.3",
"@project-serum/anchor": "^0.26.0",
"@solana/wallet-adapter-react": "^0.15.30",
"@solana/web3.js": "^1.73.3",
"arbundles": "^0.8.0",
"arweave": "^1.11.0",
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"joi": "^17.8.3",
"path": "^0.12.7",
"ts-node": "^10.9.1"
}
}