-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "@principalstudio/principal-purgecss-extractor",
"version": "1.0.7",
"description": "Principal files extractor for PurgeCSS",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest --config=./test/jest.config.js",
"all": "npm run build && npm run test",
"prepublishOnly": "npm run all"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/principalstudio/principal-purgecss-extractor.git"
},
"keywords": [
"purgecss",
"extractor"
],
"author": "Principal Studio",
"bugs": {
"url": "https://github.com/principalstudio/principal-purgecss-extractor/issues"
},
"homepage": "https://github.com/principalstudio/principal-purgecss-extractor#readme",
"dependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@typescript-eslint/parser": "^4.28.0",
"acorn": "^8.4.0",
"eslint": "^7.29.0",
"jest": "^27.0.5",
"prettier": "^2.3.1",
"pug-lexer": "^5.0.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
}
}