-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.36 KB
/
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
41
42
43
44
45
{
"name": "cidade-estados-js",
"version": "1.1.0",
"description": "Lista de cidades e estados do Brasil que carrega um campo `<select>` com os estados e outro `<select>` com as cidades do estados selecionado.",
"main": "dist/app.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.6.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"scripts": {
"cleanup": "rm -Rf ./dist",
"build": "npm run cleanup && webpack --mode production",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgenial/cidadesestadosjs.git"
},
"keywords": [],
"author": "WGenial <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wgenial/cidadesestadosjs/issues"
},
"homepage": "https://github.com/wgenial/cidadesestadosjs#readme",
"dependencies": {
"@babel/runtime": "^7.2.0",
"npm": "^6.14.6",
"snyk": "^1.241.0"
},
"snyk": true
}