mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-21 22:50:13 -06:00
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "@packages/static",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "echo '@packages/static needs: npm run build'",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"check-deps": "node ../../scripts/check-deps.js --verbose",
|
|
"check-deps-pre": "npm run check-deps -- --prescript",
|
|
"prebuild": "npm run check-deps-pre",
|
|
"build": "gulp build",
|
|
"pretest": "npm run check-deps-pre",
|
|
"test": "echo 'Nothing to test yet'"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/icons": "0.7.0",
|
|
"gulp": "3.9.1"
|
|
}
|
|
}
|