-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1017 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1017 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
33
34
35
36
{
"name": "darkmatterplugin",
"version": "2.5.1",
"description": "Domain mapping for WordPress, by Dark Matter Plugin.",
"keywords": [
"wordpress",
"wordpress",
"plugin"
],
"homepage": "https://github.com/cameronterry/dark-matter#readme",
"bugs": {
"url": "https://github.com/cameronterry/dark-matter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cameronterry/dark-matter.git"
},
"license": "GPL-2.0-only",
"author": "Cameron Terry",
"scripts": {
"build": "NODE_ENV=production askyr-webpack",
"build-dev": "NODE_ENV=development askyr-webpack"
},
"devDependencies": {
"@cameronterry/tooling": "github:cameronterry/tooling",
"@wordpress/babel-preset-default": "^8.28.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.24.0"
},
"overrides": {
"@babel/runtime": "^7.27.6"
},
"buildEntryPoints": {
"app-script": "./domain-mapping/ui/index.js",
"app-style": "./domain-mapping/ui/App.css"
}
}