mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 21:51:16 -06:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"name": "@packages/coffee",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"coffee-script": "1.12.5"
|
|
},
|
|
"scripts": {
|
|
"test": "echo 'Nothing to test for the coffee package'"
|
|
},
|
|
"devDependencies": {
|
|
"coffeelint": "^1.16.0"
|
|
}
|
|
}
|