-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 849 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
{
"name": "vira-i18n",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"module": "lib/index.js",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Victin09/vira-i18n.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Victin09/vira-i18n/issues"
},
"homepage": "https://github.com/Victin09/vira-i18n#readme",
"devDependencies": {
"@types/node": "^16.6.1",
"@types/node-fetch": "^2.5.12",
"rollup": "^2.26.11",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"typescript": "^4.3.5"
}
}