|
1 | 1 | { |
2 | 2 | "name": "wasmsplit-ci", |
3 | | - "homepage": "https://developers.weixin.qq.com/minigame/dev/guide/game-engine/unity-webgl-transform/Design/WasmSplit.html", |
4 | | - "displayName": "wasm-code-split", |
| 3 | + "version": "1.1.36", |
5 | 4 | "description": "wasm code split", |
6 | | - "pluginId": "wasm-code-split", |
7 | | - "version": "1.1.35", |
| 5 | + "homepage": "https://developers.weixin.qq.com/minigame/dev/guide/game-engine/unity-webgl-transform/Design/WasmSplit.html", |
8 | 6 | "keywords": [ |
9 | 7 | "wasm", |
10 | 8 | "wasm code split" |
11 | 9 | ], |
12 | | - "categories": [ |
13 | | - "Other" |
14 | | - ], |
15 | | - "publisher": "minigame", |
16 | 10 | "main": "./bin/cli.js", |
17 | | - "scripts": { |
18 | | - "build": "node ./build/update-path.js && npm run update:version && npm run pack && webpack --mode production --config ./build/node-extension.webpack.config.js", |
19 | | - "build:ci": "node ./build/update-path.js ci && npm run update:version && npm run pack --platform=ci && webpack --mode production --config ./build/node-ci.webpack.config.js", |
20 | | - "build:vsix": "npm run build && cd wasm-code-split && npx vsce package --no-dependencies --allow-missing-repository --allow-star-activation --skip-license -o ../wasm-code-split.vsix", |
21 | | - "dev": "node ./build/update-path.js && npm run pack && webpack --mode development --watch --config ./build/node-extension.webpack.config.js", |
22 | | - "dev:ci": "node ./build/update-path.js ci && npm run pack --platform=ci && webpack --mode development --watch --config ./build/node-ci.webpack.config.js", |
23 | | - "pack": "npm run convert:es5 && cross-env-shell node ./build/pack.js $npm_config_platform", |
24 | | - "update:version": "node ./build/update-version.js", |
25 | | - "package": "webpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js", |
26 | | - "test-compile": "tsc -p ./", |
27 | | - "test-watch": "tsc -watch -p ./", |
28 | | - "pretest": "npm run test-compile && npm run lint", |
29 | | - "lint": "eslint . --ext ts,.js", |
30 | | - "lint:fix": "eslint . --ext ts,.js --fix", |
31 | | - "test": "node ./out/test/runTest.js", |
32 | | - "format": "prettier 'src/**/*.ts' --write", |
33 | | - "lint:css": "stylelint **/*.{html,vue,css,sass,scss,less} --fix", |
34 | | - "convert:es5": "gulp" |
35 | | - }, |
36 | | - "husky": { |
37 | | - "hooks": { |
38 | | - "pre-commit": "lint-staged" |
39 | | - } |
40 | | - }, |
41 | | - "lint-staged": { |
42 | | - "src/**/*.{js,ts}": [ |
43 | | - "npm run lint:fix", |
44 | | - "git add" |
45 | | - ] |
| 11 | + "bin": { |
| 12 | + "wasmsplit-ci": "./bin/cli.js" |
46 | 13 | }, |
47 | 14 | "files": [ |
48 | 15 | "dist/**/*", |
|
52 | 19 | "README.md", |
53 | 20 | "package.json" |
54 | 21 | ], |
55 | | - "bin": { |
56 | | - "wasmsplit-ci": "./bin/cli.js" |
57 | | - }, |
58 | 22 | "repository": { |
59 | 23 | "type": "git", |
60 | 24 | "url": "https://github.com/wechat-miniprogram/wasmsplit-ci" |
|
0 commit comments