-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 912 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
{
"name": "permaweb-deploy",
"version": "1.1.7",
"description": "Permaweb app deployment package",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir dist"
},
"bin": {
"permaweb-deploy": "./dist/index.js"
},
"dependencies": {
"@ar.io/sdk": "^2.2.5",
"@ardrive/turbo-sdk": "^1.17.0",
"mime-types": "^2.1.35",
"yargs": "17.7.2"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"eslint": "^8.35.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/permaweb/permaweb-deploy.git"
},
"author": "NickJ202",
"license": "ISC",
"bugs": {
"url": "https://github.com/permaweb/permaweb-deploy/issues"
},
"homepage": "https://github.com/permaweb/permaweb-deploy#readme"
}