|
1 | 1 | {
|
2 |
| - "name": "@ironcorelabs/recrypt-wasm-binding", |
3 |
| - "types": "recrypt-wasm-binding.d.ts", |
4 |
| - "version": "0.6.54-pre", |
5 |
| - "scripts": { |
6 |
| - "test": "node tests/testRunner", |
7 |
| - "testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js", |
8 |
| - "cargoBuild": "cargo build --release --target wasm32-unknown-unknown --target-dir ./target", |
9 |
| - "generateBindgenShim": "wasm-bindgen target/wasm32-unknown-unknown/release/recrypt_wasm_binding.wasm --browser --out-dir target --remove-name-section", |
10 |
| - "compile": "yarn run cargoBuild && yarn run generateBindgenShim", |
11 |
| - "benchmark": "WEBPACK_MODE=benchmark webpack serve --config webpack.config.js --compress", |
12 |
| - "pack": "wasm-pack build --scope ironcorelabs --no-typescript" |
13 |
| - }, |
14 |
| - "devDependencies": { |
15 |
| - "@types/source-map": "0.5.2", |
16 |
| - "html-webpack-plugin": "^4.5.2", |
17 |
| - "html-webpack-tags-plugin": "^2.0.17", |
18 |
| - "puppeteer": "^5.2.1", |
19 |
| - "shelljs": "^0.8.5", |
20 |
| - "text-encoding": "^0.7.0", |
21 |
| - "ts-loader": "^9.5.1", |
22 |
| - "typescript": "^5.5.4", |
23 |
| - "webpack": "^5.94.0", |
24 |
| - "webpack-cli": "^5.1.4", |
25 |
| - "webpack-dev-server": "^5.0.4" |
26 |
| - }, |
27 |
| - "prettier": { |
28 |
| - "printWidth": 160, |
29 |
| - "tabWidth": 4, |
30 |
| - "trailingComma": "es5", |
31 |
| - "bracketSpacing": false, |
32 |
| - "jsxBracketSameLine": true, |
33 |
| - "arrowParens": "always" |
34 |
| - } |
| 2 | + "name": "@ironcorelabs/recrypt-wasm-binding", |
| 3 | + "types": "recrypt-wasm-binding.d.ts", |
| 4 | + "version": "0.6.54", |
| 5 | + "scripts": { |
| 6 | + "test": "node tests/testRunner", |
| 7 | + "testInBrowser": "WEBPACK_MODE=test webpack serve --config webpack.config.js", |
| 8 | + "cargoBuild": "cargo build --release --target wasm32-unknown-unknown --target-dir ./target", |
| 9 | + "generateBindgenShim": "wasm-bindgen target/wasm32-unknown-unknown/release/recrypt_wasm_binding.wasm --browser --out-dir target --remove-name-section", |
| 10 | + "compile": "yarn run cargoBuild && yarn run generateBindgenShim", |
| 11 | + "benchmark": "WEBPACK_MODE=benchmark webpack serve --config webpack.config.js --compress", |
| 12 | + "pack": "wasm-pack build --scope ironcorelabs --no-typescript" |
| 13 | + }, |
| 14 | + "devDependencies": { |
| 15 | + "@types/source-map": "0.5.2", |
| 16 | + "html-webpack-plugin": "^4.5.2", |
| 17 | + "html-webpack-tags-plugin": "^2.0.17", |
| 18 | + "puppeteer": "^5.2.1", |
| 19 | + "shelljs": "^0.8.5", |
| 20 | + "text-encoding": "^0.7.0", |
| 21 | + "ts-loader": "^9.5.1", |
| 22 | + "typescript": "^5.5.4", |
| 23 | + "webpack": "^5.94.0", |
| 24 | + "webpack-cli": "^5.1.4", |
| 25 | + "webpack-dev-server": "^5.0.4" |
| 26 | + }, |
| 27 | + "prettier": { |
| 28 | + "printWidth": 160, |
| 29 | + "tabWidth": 4, |
| 30 | + "trailingComma": "es5", |
| 31 | + "bracketSpacing": false, |
| 32 | + "jsxBracketSameLine": true, |
| 33 | + "arrowParens": "always" |
| 34 | + } |
35 | 35 | }
|
0 commit comments