Files
roll20-character-sheets/Pathfinder Community/dev/package.json
T
2025-01-19 01:49:53 -08:00

32 lines
987 B
JSON

{
"name": "pathfinder-character-sheet",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"postinstall": "curl https://raw.githubusercontent.com/shdwjk/TheAaronSheet/master/TheAaronSheet.js -o ./src/TheAaronSheet.cjs",
"build": "SET NODE_ENV=development& webpack --config webpack.config.js",
"prod": "SET NODE_ENV=production& webpack --config webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-core": "^7.0.0-beta.3",
"babel-loader": "^9.2.1",
"extract-loader": "^4.0.3",
"file-loader": "^6.2.0",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"jshint": "^2.13.6",
"prettier-eslint": "^16.3.0",
"underscore": "^1.13.7",
"webpack-sources": "^3.2.3"
}
}