@revoloo/cypress6
Version:
Cypress.io end to end testing tool
21 lines (20 loc) • 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"
]
}