-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit c244a13.
- Loading branch information
Showing
3 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,30 @@ | ||
{ | ||
"name": "${PROJECT_NAME}", | ||
"name": "style-to-object", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"description": "Convert style string to object", | ||
"main": "src/convertToObject.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"init": "mate-scripts init", | ||
"start": "mate-scripts start", | ||
"format": "prettier --ignore-path .prettierignore --write './src/**/*.{html,css,scss,js}'", | ||
"lint": "npm run format && mate-scripts lint", | ||
"test:only": "mate-scripts test", | ||
"update": "mate-scripts update", | ||
"postinstall": "npm run update", | ||
"test": "npm run lint && npm run test:only" | ||
}, | ||
"private": true | ||
"author": "Mate academy", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@mate-academy/eslint-config": "latest", | ||
"@mate-academy/scripts": "^1.8.6", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.2" | ||
}, | ||
"mateAcademy": { | ||
"projectType": "javascript" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters