UNPKG

@daiyam/artifact-lang-ts

Version:
15 lines (14 loc) 245 B
{ "scripts": { "clean": "rimraf lib", "compile:src": "tsc -p src", "lint": "xo", "lint:all": "true && npm run lint", "lint:fix": "xo --fix" }, "devDependencies": { "rimraf": "6.1.3", "typescript": "5.9.3", "xo": "0.60.0" } }