21 lines
432 B
JSON
21 lines
432 B
JSON
{
|
|
"name": "@3rapp/core",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [
|
|
"eslint/*.js",
|
|
"stylelint.js",
|
|
"prettier.js",
|
|
"tsconfig/*.json"
|
|
],
|
|
"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",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
} |