monorepo/visions/client/package.json

22 lines
483 B
JSON
Raw Normal View History

{
"name": "visions-client",
"version": "0.0.1",
"description": "Shared data types for Visions",
"main": "visions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"prettier": {
"singleQuote": true,
"semi": false,
"tabWidth": 4
},
"devDependencies": {
"prettier": "^3.5.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}