UNPKG

temporeest

Version:
21 lines (20 loc) 423 B
{ "name": "@aphro/build-all", "version": "0.2.6", "main": "lib/index.js", "type": "module", "devDependencies": { "typescript": "^4.8.2" }, "scripts": { "clean": "tsc --build --clean", "build": "tsc --build", "watch": "tsc --build -w", "deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true" }, "jest": { "testMatch": [ "**/__tests__/**/*.test.js" ] } }