-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 936 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
{
"name": "@moosync/packer",
"version": "0.1.4",
"description": "Pack extensions for moosync",
"main": "dist/index.js",
"bin": {
"mopack": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ovenoboyo/moosync-extension-packer"
},
"author": "Sahil Gupte",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@types/archiver": "^5.1.1",
"@types/node": "^16.11.6",
"@types/yargs": "^17.0.5",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"eslint": "8.1.0",
"ts-node": "10.4.0",
"typescript": "^4.4.4",
"archiver": "^5.3.0",
"ts-loader": "^9.2.6",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-shebang-plugin": "^1.1.7",
"yargs": "^17.2.1"
}
}