amisa-csstostyle-plugin
Version:
Transfom css's file to java scripts style element.
55 lines • 1.36 kB
JSON
{
"version": "0.0.8",
"name": "amisa-csstostyle-plugin",
"author": "hamed amisa@ieee.org",
"main": "./lib/amisa-lib.umd.cjs",
"module": "./lib/amisa-lib.js",
"types": "./lib/index.ts",
"description": "Transfom css's file to java scripts style element.",
"files": [
"lib",
"./index"
],
"keywords": [
"javascript",
"typescript",
"amisa",
"amisa.me",
"amisa.co",
"amin system",
"امین سیستم",
"آمیسا",
"آمیسا دات می",
"css",
"one file",
"styel",
"style element",
"vite",
"plugin",
"amin saman",
"امین سامان"
],
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jsdom": "^21.1.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-runner-tsc": "^1.6.0",
"jsdom": "^23.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"scripts": {
"dev": "tsc --watch --outDir dist --project tsconfig.build.json",
"tsc": "rm -rf dist && tsc --outDir dist --project tsconfig.build.json",
"build": "vite build",
"lint": "eslint *.ts*",
"test": "jest",
"test:watch": "jest --watch --coverage=false"
}
}