-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
46
47
48
{
"name": "@ext-contabilidade/ex",
"version": "1.0.1",
"description": "Escrever números por extenso.",
"main": "dist/extenso.min.js",
"types": "index.d.ts",
"private": false,
"files": [
"dist",
"index.d.ts"
],
"engines": {
"node": "16.x",
"npm": "You must use yarn in this project!",
"yarn": "^1.22.x"
},
"scripts": {
"test": "ava --colors",
"standard": "standard --fix",
"build": "webpack --mode production",
"docs": "jsdoc -r src -t node_modules/docdash"
},
"repository": "theuves/extenso.js",
"devDependencies": {
"@arr/reverse": "^1.0.1",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"assign-deep": "^1.0.1",
"ava": "1.0.0-rc.2",
"babel-loader": "^8.1.0",
"docdash": "^1.2.0",
"esm": "^3.2.25",
"format-number": "^3.0.0",
"jsdoc": "^3.6.4",
"standard": "^12.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"ava": {
"require": [
"esm"
]
},
"author": "Matheus Alves",
"license": "MIT"
}