2017-12-01 23:20:49 +01:00
|
|
|
{
|
|
|
|
"//": [
|
|
|
|
"This isn't the official package.json for Dart Sass. It's just used to ",
|
2019-05-25 01:20:40 +02:00
|
|
|
"install dependencies used for testing the Node API. It defines a package",
|
|
|
|
"name to enable GitHub's dependency graph tracking."
|
2017-12-01 23:20:49 +01:00
|
|
|
],
|
2019-05-25 01:20:40 +02:00
|
|
|
"name": "sass",
|
2017-12-01 23:20:49 +01:00
|
|
|
"devDependencies": {
|
2021-04-09 22:19:35 +02:00
|
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
2021-11-30 01:10:47 +01:00
|
|
|
"immutable": "^4.0.0",
|
2021-10-05 21:14:16 +02:00
|
|
|
"intercept-stdout": "^0.1.2"
|
2017-12-01 23:20:49 +01:00
|
|
|
}
|
|
|
|
}
|