forked from solana-developers/solana-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 Bytes
/
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
{
"name": "solana-actions",
"version": "0.0.1",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-developers/solana-actions",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=16"
},
"scripts": {
"prettier": "npx prettier --write '{*,**/*}.{ts,tsx,js,jsx,css,json}'"
},
"description": "",
"main": "./src/index.ts",
"keywords": [],
"homepage": "https://github.com/solana-developers/solana-actions#readme",
"bugs": {
"url": "https://github.com/solana-developers/solana-actions/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@changesets/cli": "^2.27.7"
},
"contributors": [
{
"name": "Jordan",
"url": "https://github.com/jordaaash"
},
{
"name": "Nick Frostbutter",
"url": "https://github.com/nickfrosty"
}
]
}