{
"name": "@prospective.co/procss",
"version": "0.1.11",
"description": "A simple CSS parsing and transformation framework.",
"repository": {
"type": "git",
"url": "git+https://github.com/ProspectiveCo/procss.git"
},
"author": "Andrew Stein <andrew@prospective.dev>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ProspectiveCo/procss/issues"
},
"homepage": "https://github.com/ProspectiveCo/procss#readme",
"unpkg": "target/esm/procss.js",
"main": "target/esm/procss.js",
"jsdelivr": "target/esm/procss.js",
"exports": {
".": "./target/esm/procss.js",
"./target/esm/*": "./target/esm/*",
"./target/cjs/*": "./target/cjs/*",
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"target/esm/**/*",
"target/cjs/**/*",
"src/**/*"
],
"types": "target/esm/procss.d.ts"
}