mirror of
https://github.com/chenasraf/chrome-url-loader.git
synced 2026-05-17 17:48:02 +00:00
29 lines
637 B
JSON
29 lines
637 B
JSON
{
|
|
"name": "chrome-url-loader",
|
|
"version": "1.2.0",
|
|
"description": "chrome extension URL loader for webpack",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/chenasraf/chrome-url-loader.git",
|
|
"author": "Chen Asraf <inbox@casraf.com>",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"dependencies": {
|
|
"schema-utils": "^4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.16.11",
|
|
"babel-jest": "^27.5.1",
|
|
"jest": "^27.5.1",
|
|
"memfs": "^3.4.1",
|
|
"webpack": "^5.70.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
}
|
|
} |