intern-module-practice
Version:
26 lines (25 loc) • 705 B
JSON
{
"name": "intern-module-practice",
"version": "1.0.3",
"description": "intern practice",
"main": "dist/index.umd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "webpack --watch --mode development",
"production": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ktseo41/intern-module-practice.git"
},
"author": "ktseo41",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktseo41/intern-module-practice/issues"
},
"homepage": "https://github.com/ktseo41/intern-module-practice#readme",
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}