@pupilfirst/pf-icon
Version:
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "@pupilfirst/pf-icon",
"engines": {
"node": "18.x"
},
"version": "2.0.0",
"description": "Pupilfirst Icons",
"keywords": [
"Icons",
"Pupilfirst",
"ReasonReact",
"ReasonMl"
],
"contributors": [
"Bodhish Thomas <bodhish@gmail.com>",
"Hari Gopal <mail@harigopal.in>",
"Mahesh Krishna Kumar <maheshcet@gmail.com>",
"Vinu T. V. <vinutv91@gmail.com>"
],
"homepage": "https://github.com/SVdotCO/pupilfirst/tree/master/app/frontend/packages/pf-icon",
"license": "MIT",
"main": "src/iconFirst.js",
"targets": {
"main": false
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/SVdotCO/pupilfirst/tree/master/app/frontend/packages/pf-icon"
},
"devDependencies": {
"parcel": "^2.8.3",
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@rescript/react": "^0.10.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rescript": "9.1.4"
},
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"test": "echo \"Error: run tests from root\" && exit 1",
"re:build": "rescript",
"re:watch": "rescript clean && rescript build -w"
},
"gitHead": "ea30a6eb4f96314993e9dc0017d4d462cd8d26eb"
}