-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@FedericoManzano/show-code-v1.1.0-fuente",
"version": "1.1.1",
"description": "Librería para resaltar el código fuente",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack"
},
"files": [
"dist/{css,js}/*.{css,js,map}",
"src/{modulos}/**/*.{js}",
"src/**/*.js",
"sass/**/*.scss"
],
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"keywords": [
"librería",
"sintaxis",
"code",
"colores",
"resaltar"
],
"author": "Federico Manzano",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"lodash": "^4.17.20",
"webpack": "^5.53.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"braces": "^3.0.2",
"jquery": "^3.5.1"
}
}