1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "xx-btn",
- "description": "test npm",
- "version": "1.0.0",
- "author": "xxx",
- "license": "MIT",
- "private": false,
- "scripts": {
- "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
- "build": "cross-env NODE_ENV=production webpack --progress "
- },
- "main": "dist/xx-btn.min.js",
- "keywords": [
- "xx-btn",
- "components"
- ],
- "files": [
- "dist",
- "src/components"
- ],
- "homepage": "https://xx.github.io/xx/xx-btn/dist/index.html",
- "bugs": {
- "url": "https://github.com/xx/xx-btn/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/xx/xx-btn.git"
- },
- "devDependencies": {
- "@tsconfig/node18": "^18.2.4",
- "cross-env": "^7.0.3",
- "webpack": "^5.99.5",
- "webpack-cli": "^6.0.1"
- },
- "dependencies": {
- "xx-btn": "file:xx-btn-1.0.0.tgz"
- }
- }
|