-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 882 Bytes
/
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
{
"name": "cypher-rpg-tool",
"version": "0.2.0",
"description": "Stateless web tool that helps players digitally play the Cypher System TTRPG.",
"main": "index.js",
"scripts": {
"build": "gulp",
"clean": "gulp clean",
"watch": "gulp watch",
"serve": "firebase serve -p 1234 -o 0.0.0.0",
"test": "npm run build && ts-mocha test/**/*.spec.ts"
},
"author": "Ava Mattie",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.9",
"firebase-tools": "^13.23.1",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"handlebars-generator": "^3.2.3",
"mocha": "^10.8.2",
"ts-loader": "^9.5.1",
"ts-mocha": "^10.0.0",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"sass": "^1.80.5"
}
}