{
  "name": "ap-npm-styles-test",
  "version": "1.0.25",
  "description": "testing npm creation",
  "source": "lib/index.ts",
  "types": "lib/index.d.ts",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pre": "rm ./lib/* && npx tsc && npm version patch",
    "build": " rm ./lib/* && npx tsc",
    "create": "npm run pre && npm run build && npm publish",
    "styles": "npx postcss ./src/css/styles.css"
  },
  "author": "AP",
  "license": "ISC",
  "dependencies": {
    "@types/color": "^3.0.3",
    "@types/node": "^18.7.14",
    "color": "^4.2.3"
  },
  "devDependencies": {
    "typescript": "^4.8.2",
    "postcss": "^8.4.16"
  }
}
