-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 793 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 793 Bytes
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
{
"name": "wkt-parser",
"version": "1.5.5",
"description": "wkt-parser ===",
"main": "dist/wkt.cjs",
"module": "index.js",
"type": "module",
"funding": "https://github.com/sponsors/ahocevar",
"scripts": {
"test": "node test.js",
"build": "rollup -c",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proj4js/wkt-parser.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/proj4js/wkt-parser/issues"
},
"homepage": "https://github.com/proj4js/wkt-parser#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"eslint": "^9.26.0",
"js-struct-compare": "^1.1.0",
"rollup": "^4.24.0",
"tape": "^4.6.3"
}
}