2021-07-30 04:11:27 +03:00
|
|
|
{
|
|
|
|
"name": "minifier",
|
|
|
|
"private": true,
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "EcmaScript minifier for the swc project. This is basically a port of terser.",
|
|
|
|
"main": "lab.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2022-01-12 02:26:56 +03:00
|
|
|
"@babel/parser": "^7.16.8",
|
2021-09-16 07:23:33 +03:00
|
|
|
"antd": "^4.16.13",
|
2021-07-30 04:11:27 +03:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-11-17 10:18:34 +03:00
|
|
|
"eslint": "^7.29.0",
|
|
|
|
"readline": "^1.3.0"
|
2021-07-30 04:11:27 +03:00
|
|
|
}
|
|
|
|
}
|