mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
23 lines
544 B
JSON
23 lines
544 B
JSON
{
|
|
"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": {
|
|
"antd": "^4.16.13",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.29.0",
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|