|
1 | 1 | { |
2 | 2 | "name": "@docknetwork/crypto-wasm-ts", |
3 | 3 | "version": "0.1.0", |
4 | | - "main": "src/index.ts", |
| 4 | + "main": "dist/index.js", |
| 5 | + "typings": "dist/index.d.ts", |
| 6 | + "scripts": { |
| 7 | + "build": "tsc -p .", |
| 8 | + "prepare": "husky install", |
| 9 | + "pretty": "prettier --config .prettierrc 'src/**/*.ts' --write" |
| 10 | + }, |
5 | 11 | "license": "Apache-2.0", |
6 | 12 | "private": false, |
7 | 13 | "dependencies": { |
8 | | - "@types/node": "^16.11.6", |
9 | | - "@types/jest": "24.0.18", |
10 | | - "typescript": "^4.4.4", |
11 | 14 | "@docknetwork/crypto-wasm": "file:../crypto-wasm", |
12 | | - "@typescript-eslint/eslint-plugin": "^5.0.0", |
13 | | - "@typescript-eslint/parser": "^5.0.0", |
14 | | - "eslint": "^8.0.0", |
| 15 | + "@types/jest": "24.0.18", |
| 16 | + "@types/node": "^16.11.6", |
| 17 | + "@typescript-eslint/eslint-plugin": "^5.3.0", |
| 18 | + "@typescript-eslint/parser": "^5.3.0", |
| 19 | + "eslint": "^8.1.0", |
15 | 20 | "eslint-plugin-import": "^2.20.2", |
16 | 21 | "jest": "^27.3.0", |
17 | | - "ts-jest": "^27.0.7", |
18 | | - "husky": "4.2.5", |
19 | 22 | "prettier": "2.0.4", |
20 | | - "pretty-quick": "2.0.1" |
| 23 | + "pretty-quick": "2.0.1", |
| 24 | + "ts-jest": "^27.0.7", |
| 25 | + "typescript": "^4.4.4" |
21 | 26 | }, |
22 | 27 | "devDependencies": { |
| 28 | + "eslint-config-prettier": "^8.3.0", |
| 29 | + "husky": "^7.0.4", |
23 | 30 | "ts-node": "^10.4.0" |
24 | 31 | } |
25 | 32 | } |
0 commit comments