swc/spack/tests/package.json
강동윤 826b4f868e
Fix import of common js modules (#969)
spack:
 - Analyze require correctly
 - Properly merge common js modules 
 - Detect circular reference correctly
2020-08-15 17:19:17 +09:00

19 lines
353 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": {
"@swc/helpers": "^0.2.0",
"progress": "^2.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}