-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "arcadians-client-sdk",
"version": "0.4.7",
"description": "Add utility to your NFTs!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alto-io/arcadians-client-sdk.git"
},
"keywords": [
"arcadians",
"nfts",
"web3"
],
"author": "OPGames",
"license": "MIT",
"bugs": {
"url": "https://github.com/alto-io/arcadians-client-sdk/issues"
},
"homepage": "https://github.com/alto-io/arcadians-client-sdk#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^3.1.0",
"terser-webpack-plugin": "^2.3.8",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"axios": "^0.24.0"
}
}