You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
416 B
20 lines
416 B
{
|
|
"name": "run-wasm-gm-tests",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"command-line-args": "^5.0.2",
|
|
"command-line-usage": "^5.0.3",
|
|
"express": "^4.16.3",
|
|
"puppeteer": "^3.0.4"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|