-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.05 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
{
"description": "Process number format information specified as text",
"repository": {
"url": "https://github.com/datadocs/rose-formatter/"
},
"name": "@datadocs/rose-formatter",
"license": "MIT",
"author": "Alexandre Felipe <o.alexandre.felipe@gmail.com>",
"version": "1.0.0",
"private": false,
"main": "dist/index.js",
"files": [
"dist/index.js",
"src/*.d.ts",
"static/frozen-*.svg",
"static/frozen-*.png"
],
"scripts": {
"generate": "peggy --format umd src/parse-format.peggy",
"build": "npm run generate && npx tsc -d && npx webpack",
"test": "npm run build && jest",
"pre-release": "node scripts/readme-global-urls.js && node scripts/freeze-readme.js && node scripts/check-tag.js"
},
"devDependencies": {
"@webpack-cli/generators": "^2.4.1",
"benchtable": "^0.1.0",
"canvas": "^2.9.3",
"excel-style-dataformatter": "^2.0.1",
"gif-encoder-2": "^1.0.5",
"jest": "^27.0.4",
"peggy": "^1.2.0",
"typescript": "^4.4.2",
"upng-js": "^2.1.0",
"webpack-cli": "^4.9.1"
}
}