|
1 | 1 | { |
2 | | - "name": "twig-unused-css-finder", |
3 | | - "version": "0.1.0", |
4 | | - "description": "A tool to find unused CSS in Twig templates", |
5 | | - "main": "dist/index.js", |
6 | | - "types": "dist/index.d.ts", |
7 | | - "scripts": { |
8 | | - "build": "tsc && rollup -c", |
9 | | - "prepublishOnly": "npm run build", |
10 | | - "start": "node dist/bundle.js", |
11 | | - "dev": "rollup -c -w", |
12 | | - "test": "echo \"Error: no test specified\" && exit 1" |
13 | | - }, |
14 | | - "keywords": ["twig", "css", "unused", "finder"], |
15 | | - "author": "Yilmaz Oktav", |
16 | | - "license": "MIT", |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/yoktav/twig-unused-css-finder.git" |
20 | | - }, |
21 | | - "engines": { |
22 | | - "node": ">=14.0.0" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "@rollup/plugin-commonjs": "^22.0.0", |
26 | | - "@rollup/plugin-node-resolve": "^13.3.0", |
27 | | - "@rollup/plugin-typescript": "^8.3.2", |
28 | | - "@types/node": "^14.14.31", |
29 | | - "rollup": "^2.75.0", |
30 | | - "tslib": "^2.4.0", |
31 | | - "typescript": "^4.2.2" |
32 | | - }, |
33 | | - "dependencies": { |
34 | | - "fs-extra": "^9.1.0" |
35 | | - } |
| 2 | + "name": "twig-unused-css-finder", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "A tool to find unused CSS in Twig templates", |
| 5 | + "main": "dist/index.js", |
| 6 | + "types": "dist/index.d.ts", |
| 7 | + "scripts": { |
| 8 | + "build": "tsc && rollup -c", |
| 9 | + "prepublishOnly": "npm run build", |
| 10 | + "start": "node dist/bundle.js", |
| 11 | + "dev": "rollup -c -w", |
| 12 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "twig", |
| 16 | + "css", |
| 17 | + "unused", |
| 18 | + "finder" |
| 19 | + ], |
| 20 | + "author": "Yilmaz Oktav", |
| 21 | + "license": "MIT", |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "https://github.com/yoktav/twig-unused-css-finder.git" |
| 25 | + }, |
| 26 | + "engines": { |
| 27 | + "node": ">=14.0.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@rollup/plugin-commonjs": "^22.0.0", |
| 31 | + "@rollup/plugin-node-resolve": "^13.3.0", |
| 32 | + "@rollup/plugin-typescript": "^8.3.2", |
| 33 | + "@types/node": "^14.14.31", |
| 34 | + "rollup": "^2.75.0", |
| 35 | + "tslib": "^2.4.0", |
| 36 | + "typescript": "^4.2.2" |
| 37 | + }, |
| 38 | + "dependencies": {} |
36 | 39 | } |
0 commit comments