29 lines
755 B
JSON
29 lines
755 B
JSON
{
|
|
"name": "zx-spectrum",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:css": "postcss src/styles.css > assets/css/styles.min.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lewisdaleuk/zx-spectrum-wp.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/lewisdaleuk/zx-spectrum-wp/issues"
|
|
},
|
|
"homepage": "https://github.com/lewisdaleuk/zx-spectrum-wp#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"cssnano": "^5.1.14",
|
|
"postcss": "^8.4.21",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-import-ext-glob": "^2.1.1"
|
|
}
|
|
}
|