UNPKG

1.5 kBJSONView Raw
1{
2 "name": "sass-formatter",
3 "version": "0.7.9",
4 "description": "typescript sass formatter",
5 "main": "dist/index.js",
6 "scripts": {
7 "prepack": "yarn test:ci && yarn build",
8 "build": "del-cli ./dist && tsc -b && suf",
9 "watch": "tsc -w",
10 "postpublish": "curl -X POST -d {} https://api.netlify.com/build_hooks/60100b58cf7f871b9e91cca8",
11 "test": "jest --watch --coverage",
12 "test:clear": "jest --clearCache",
13 "test:ci": "jest --ci --coverage --forceExit"
14 },
15 "files": [
16 "dist",
17 "README.md"
18 ],
19 "keywords": [
20 "sass",
21 "formatter"
22 ],
23 "author": "Syler",
24 "license": "MIT",
25 "devDependencies": {
26 "@types/jest": "^26.0.20",
27 "del-cli": "^3.0.1",
28 "jest": "^26.6.3",
29 "jest-store-log": "^1.3.0",
30 "known-css-properties": "^0.20.0",
31 "nodemon": "^2.0.7",
32 "suf-cli": "^0.3.1",
33 "ts-jest": "^26.4.4",
34 "ts-node": "^9.1.1",
35 "tslib": "^2.1.0",
36 "typescript": "^4.1.3"
37 },
38 "dependencies": {
39 "suf-log": "^2.5.3"
40 },
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/TheRealSyler/sass-formatter"
44 },
45 "jest": {
46 "moduleFileExtensions": [
47 "ts",
48 "tsx",
49 "js",
50 "json",
51 "jsx",
52 "node"
53 ],
54 "roots": [
55 "<rootDir>/src"
56 ],
57 "coveragePathIgnorePatterns": [
58 "<rootDir>/src/logger.ts",
59 "/node_modules/"
60 ],
61 "transform": {
62 "^.+\\.tsx?$": "ts-jest"
63 }
64 }
65}
\No newline at end of file