-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 846 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
{
"name": "cpf",
"version": "2.0.1",
"description": "Functions to handle Brazilian CPF numbers.",
"main": "./dist/cpf.min.js",
"files": [
"dist",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git://github.com/theuves/cpf.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"jasmine": "^2.8.0",
"random-array": "0.0.2",
"reverse-array": "^1.0.0",
"standard": "^12.0.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
},
"scripts": {
"build": "webpack --mode production",
"test": "jasmine --config=jasmine.json --stop-on-failure=true",
"prepublish": "npm run build",
"standard": "standard --fix"
},
"author": "Matheus Alves",
"license": "MIT"
}