mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 14:19:55 -06:00
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "ct-webpack-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"ts-loader": "^9.4.1",
|
|
"typescript": "^4.8.4",
|
|
"webpack": "^5.74.0",
|
|
"webpack-dev-server": "^4.11.1"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"keywords": []
|
|
}
|