2023-01-25 18:45:42 +00:00

21 lines
469 B
JSON

{
"name": "@tailwindcss/integrations-parcel",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "parcel build ./src/index.html --no-cache",
"dev": "parcel watch ./src/index.html --no-cache",
"test": "jest --runInBand --forceExit"
},
"jest": {
"testTimeout": 10000,
"displayName": "parcel",
"setupFilesAfterEnv": [
"<rootDir>/../../jest/customMatchers.js"
]
},
"devDependencies": {
"parcel": "^2.8.3"
}
}