@nasp/icons
Version:
Universal design and icon system for NASP Asset Studio, with NaspScript language support.
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "@nasp/icons",
"version": "0.0.4",
"description": "Universal design and icon system for NASP Asset Studio, with NaspScript language support.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"browser": "dist/nasp-icons.browser.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"generate": "node ./build-script.js",
"build": "rollup -c",
"prepare": "npm run clean && npm run generate && npm run build"
},
"files": [
"dist",
"docs",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"type": "module",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"fs-extra": "^11.2.0",
"rimraf": "^5.0.5",
"react": "^18.2.0",
"rollup": "^4.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Nanaimo2013/NASP-Design-Kit.git"
},
"keywords": [
"icons",
"design-system",
"nasp",
"nasp-script",
"ui",
"svg",
"react",
"html",
"javascript",
"custom-language"
],
"author": "NansStudios",
"license": "MIT",
"homepage": "https://github.com/Nanaimo2013/NASP-Design-Kit#readme"
}