mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-17 20:49:52 -06:00
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "@packages/static",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"build-prod": "yarn build",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"postinstall": "echo '@packages/static needs: yarn build'"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.7.0",
|
|
"gulp": "4.0.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
]
|
|
}
|