Files
Baradb/nimbling/package.json
T
2026-05-08 01:13:54 +03:00

33 lines
797 B
JSON

{
"name": "nimbling",
"version": "0.1.1",
"private": true,
"description": "Nim → WASM / JS toolchain with Vite integration",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces && npm run test:e2e",
"test:e2e": "node tests/e2e/test.mjs",
"lint": "eslint packages/*/src/**/*.ts",
"format": "prettier --write packages/*/src/**/*.{ts,js,mjs}"
},
"devDependencies": {
"@types/node": "^20.0.0",
"eslint": "^8.57.0",
"prettier": "^3.2.0",
"typescript": "^5.4.0",
"vite": "^5.2.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/katehonz/nimbling.git"
},
"license": "MIT",
"author": "BaraDB Team"
}