-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
41
42
43
44
{
"name": "@cassdeckard/ebbg",
"version": "0.0.2",
"description": "EarthBound Background engine for web applications",
"keywords": [
"background",
"engine",
"animation"
],
"homepage": "https://github.com/cassdeckard/ebbg",
"bugs": {
"url": "https://github.com/cassdeckard/ebbg/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cassdeckard/ebbg.git"
},
"license": "MIT",
"author": "Garen Torikian, kdex, Cass Deckard",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode production",
"build:dev": "cross-env NODE_ENV=development webpack --mode development"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"binary-loader": "^0.0.1",
"cross-env": "^7.0.3",
"string.prototype.padstart": "^3.1.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}