-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 913 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
{
"name": "tiny-sheet-js",
"version": "0.0.10",
"description": "Tiny spreadsheet-like web component.",
"main": "dist/tinySheet.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arturaugusto/tiny-sheet.git"
},
"keywords": [
"spreadsheet",
"excel",
"table",
"tabular"
],
"babel": {
"presets": [
"@babel/preset-env"
]
},
"author": "Artur Augusto Martins",
"license": "MIT",
"bugs": {
"url": "https://github.com/arturaugusto/tiny-sheet/issues"
},
"homepage": "https://github.com/arturaugusto/tiny-sheet#readme",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}