-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 KB
/
package.json
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
{
"name": "@drecom/pixi-fittext",
"version": "1.0.1",
"description": "A module for PIXI.js that changes the scale depending on the length of the string.",
"main": "lib/pixi-fittext.min.js",
"types": "lib/types/",
"files": [
"lib/"
],
"scripts": {
"build:dev": "webpack --mode development",
"build:prod": "webpack --mode production",
"workflow:build": "npm run build:dev && npm run build:prod",
"test": "karma start --no-auto-watch --single-run"
},
"keywords": [],
"author": "Drecom Co.,Ltd.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drecom/pixi-fittext.git"
},
"homepage": "https://github.com/drecom/pixi-fittext",
"bugs": "https://github.com/drecom/pixi-fittext/issues",
"devDependencies": {
"@types/pixi.js": "^4.7.3",
"chai": "^4.2.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^3.0.5",
"mocha": "^6.1.4",
"pixi.js": "^4.8.8",
"power-assert": "^1.6.1",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {}
}