tb-harmony-modern-ts/package.json
2025-11-13 12:14:15 +01:00

38 lines
1.1 KiB
JSON

{
"name": "tb-harmony-modern-ts",
"version": "1.0.0",
"description": "Template for coding in modern TypeScript for ToonBoom Harmony",
"private": true,
"scripts": {
"build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
"type-check": "tsc",
"dev": "npm run build -- --watch"
},
"keywords": [],
"author": "Joseph HENRY <joseph@autourdeminuit.com> (Autour du Volcan)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/helper-validator-identifier": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/node": "^24.10.0",
"@types/webpack": "^5.28.5",
"babel-loader": "^10.0.0",
"core-js": "^3.46.0",
"cross-env": "^10.1.0",
"replace-text-in-bundle-plugin": "^1.0.3",
"tba-types": "github:bryab/tba-types",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"axios": "^1.13.2"
}
}