feat: commit
Showing
| ... | ... | @@ -4,15 +4,15 @@ |
| "description": "推啊IPC备案号获取", | ||
| "main": "libs/tuiaIPC.js", | ||
| "module": "libs/tuiaIPC.module.js", | ||
| "author": "ltt", | ||
| "author": "allenBai", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "watch": "rollup -c -w", | ||
| "build": "npm run clean && cross-env NODE_ENV=prod && rollup -c", | ||
| "build:debug": "npm run clean && cross-env NODE_ENV=dev rollup -c", | ||
| "clean": "rm -rf ./dist", | ||
| "test:in_html": "npm run watch & concurrently \"http-server -a localhost -p 1234\" \"open http://localhost:1234/example/inHTML/index.html\"", | ||
| "test:in_module": "webpack serve --config ./example/inModule/webpack.config.js" | ||
| "dev:in_html": "npm run watch & concurrently \"http-server -a localhost -p 1234\" \"open http://localhost:1234/example/inHTML/index.html\"", | ||
| "dev:in_module": "npm run watch & webpack serve --config ./example/inModule/webpack.config.js" | ||
| }, | ||
| "typescript": ">=4.0", | ||
| "files": [ | ||
| ... | ... |
Please register or sign in to comment