24 lines
441 B
JSON
24 lines
441 B
JSON
{
|
|
"name": "misc",
|
|
"description": "Various utils",
|
|
"version": "1.0.0",
|
|
|
|
"author": "Pascal Perrenoud <pascal@pband.ch>",
|
|
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"files": ["index.ts"],
|
|
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
|
|
"dependencies": {
|
|
"log": "git+https://git.pband.ch/typescript/log.git",
|
|
"rust": "git+https://git.pband.ch/typescript/rust.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.0.11"
|
|
}
|
|
}
|