-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 826 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 826 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
{
"name": "@chamuth/glint",
"version": "0.1.9",
"main": "Gruntfile.js",
"scripts": {
"build": "rimraf ./dist && grunt",
"watch": "npm run build && grunt watch",
"prepublish": "npm run build",
"test": "jest"
},
"keywords": [],
"author": "Chamuth Chamandana",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.4.0",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^5.0.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0"
}
}