forked from geoid-org/loop.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "loop.gl",
"description": "Typescript Timeseries",
"author": "Geoid",
"license": "Apache-2.0",
"version": "0.0.1",
"keywords": [
"geoid",
"loopgl",
"webgl",
"timeseries"
],
"homepage": "https://loop.gl",
"repository": {
"type": "git",
"url": "https://github.com/geoid-org/loop.gl.git"
},
"bugs": {
"url": "https://github.com/geoid-org/loop.gl/issues"
},
"main": "index.js",
"type": "module",
"scripts": {
"build": "node --loader ts-node/esm node_modules/.bin/webpack --mode production --config webpack.config.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^20.2.3",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"publishConfig": {
"access": "public"
}
}