Tasks: - chore(M002/S03): auto-commit after complete-slice - chore(M002/S03): auto-commit after complete-slice - chore(M002/S03/T01): auto-commit after execute-task - chore(M002/S03/T01): auto-commit after execute-task - chore(M002/S03): auto-commit after plan-slice - docs(S03): add slice plan Branch: gsd/M002/S03
24 lines
415 B
JSON
24 lines
415 B
JSON
{
|
|
"name": "pi-browser-tools",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs"
|
|
},
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"peerDependencies": {
|
|
"playwright": ">=1.40.0",
|
|
"sharp": ">=0.33.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"playwright": {
|
|
"optional": true
|
|
},
|
|
"sharp": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|