mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 06:30:49 -06:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"name": "@packages/static",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/static needs: npm run build'",
|
|
"build": "gulp build",
|
|
"test": "echo 'Nothing to test yet'"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.5.4",
|
|
"gulp": "^3.9.1"
|
|
}
|
|
}
|