mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-19 21:51:16 -06:00
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "@packages/static",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/static needs: npm run build'",
|
|
"build": "gulp build",
|
|
"test": "echo 'Nothing to test yet'"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.5.4",
|
|
"gulp": "^3.9.1"
|
|
}
|
|
}
|