17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"name": "sheetjs-csp-test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"nodemon": "^2.0.22"
|
|
}
|
|
}
|