plsandbox/package.json

18 lines
339 B
JSON
Raw Normal View History

2024-05-11 07:49:40 +00:00
{
"name": "plsandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/bun": "^1.1.1",
"fast-check": "^3.18.0"
}
}