-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 982 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 982 Bytes
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": "@vestaboard/vbml",
"version": "1.3.4",
"description": "The Vestaboard markup language",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Vestaboard/vbml.git"
},
"author": "Vestaboard",
"license": "GNU",
"devDependencies": {
"@types/jest": "^26.0.24",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testRegex": "(src/.*/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$"
},
"dependencies": {
"lodash": "^4.17.21",
"mustache": "^4.2.0"
},
"files": [
"*",
"!php",
"!python",
"!*.kt",
"!*.php",
"!*.py",
"!composer.json"
],
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}