-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 755 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 755 Bytes
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
{
"name": "miniprogram-i18n-plus",
"version": "0.3.0",
"description": "A plugin for miniprogram i18n fuck official miniprogram-i18n",
"main": "dist/index.js",
"module": "dist/index.js",
"miniprogram": "dist",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"miniprogram",
"i18n"
],
"author": "hefeng6500",
"license": "MIT",
"homepage": "https://github.com/hefeng6500/miniprogram-i18n-plus.git",
"repository": "https://github.com/hefeng6500/miniprogram-i18n-plus.git",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"rollup": "^2.70.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
}
}