37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@lumeweb/extension",
|
|
"version": "0.3.0",
|
|
"description": "Lume Web is your decentralized gateway into the web3 internet, the web owned and controlled by its users",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"deps": "npm install libskynet@latest",
|
|
"prettier": "prettier --write .",
|
|
"eslint": "eslint src --fix",
|
|
"lint": "npm run deps && npm run prettier && npm run eslint",
|
|
"compile": "node build.js",
|
|
"build": "npm run compile && cpy \"assets/*\" dist"
|
|
},
|
|
"author": "David Vorick",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@lumeweb/webextension-polyfill": "https://github.com/LumeWeb/webextension-polyfill.git",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@types/read": "^0.0.29",
|
|
"@types/webextension-polyfill": "^0.9.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"cpy-cli": "^4.1.0",
|
|
"esbuild": "^0.14.51",
|
|
"eslint": "^8.13.0",
|
|
"prettier": "^2.6.2",
|
|
"rollup": "^2.75.6",
|
|
"typescript": "^4.6.3",
|
|
"webextension-polyfill": "^0.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@lumeweb/tld-enum": "https://github.com/LumeWeb/list-of-top-level-domains.git",
|
|
"libkernel": "^0.1.38",
|
|
"libskynet": "^0.0.62"
|
|
}
|
|
}
|