-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
35 lines (35 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"scripts": {
"release:beta": "node scripts/release.cjs",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^28.1.0",
"miniprogram-api-typings": "^3.4.4",
"miniprogram-ci": "^1.8.18",
"prettier": "2.6.2",
"typescript": "^4.4.3"
},
"name": "weapp-mark",
"version": "1.1.9",
"description": "iMark mark anything!",
"main": "index.js",
"type": "module",
"repository": "https://github.com/Honye/weapp-mark.git",
"author": "Honye <[email protected]>",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0",
"markdown-ast": "^0.3.0",
"mobx-miniprogram": "^4.13.2",
"mobx-miniprogram-bindings": "^1.2.1"
},
"packageManager": "[email protected]"
}