npm-test-marx
Version:
33 lines (32 loc) • 715 B
JSON
{
"name": "npm-test-marx",
"version": "1.0.2",
"description": "test",
"main": "./src/index.js",
"bin": {
"hhh": "bin/hhh.js"
},
"scripts": {
"build": "webpack build --config ./config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mingzheMa/npm-test.git"
},
"keywords": [
"marx",
"test"
],
"author": "marx",
"license": "ISC",
"bugs": {
"url": "https://github.com/mingzheMa/npm-test/issues"
},
"homepage": "https://github.com/mingzheMa/npm-test#readme",
"devDependencies": {
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {}
}