Init a NPM project
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cv",
|
||||
"version": "1.0.0",
|
||||
"description": "allanger's CV",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mdspell \"*.md\" -n -r",
|
||||
"fix": "mdspell \"*.md\" -n",
|
||||
"build": "md-to-pdf index.md --launch-options '{ \"args\": [\"--no-sandbox\"] }'"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"markdown-spellcheck": "^1.3.1",
|
||||
"md-to-pdf": "^5.2.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user