monorepo/packages/core/package.json

21 lines
432 B
JSON
Raw Normal View History

2024-06-25 21:59:50 +08:00
{
"name": "@3rapp/core",
"version": "0.0.0",
"private": true,
2024-08-05 08:33:01 +08:00
"files": [
"eslint/*.js",
"stylelint.js",
"prettier.js",
"tsconfig/*.json"
],
2024-06-25 21:59:50 +08:00
"scripts": {
"dev": "echo 'Add dev script here'",
"build": "echo 'Add build script here'",
"test": "echo 'Add test script here'",
"lint": "eslint \"**/*.ts\" --fix"
},
"devDependencies": {
"jest": "^29.7.0",
2024-11-04 16:15:49 +08:00
"typescript": "^5.6.3"
2024-06-25 21:59:50 +08:00
}
}