mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"progress": "^2.0.3",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/helpers": "^0.2.2"
|
|
}
|
|
}
|