vasille-dx
Version:
The first Developer eXperience Orientated front-end framework
56 lines (55 loc) • 1.5 kB
JSON
{
"name": "vasille-dx",
"version": "3.1.3",
"description": "The first Developer eXperience Orientated front-end framework",
"main": "./lib/index.js",
"types": "./fake-types/index.d.ts",
"exports": {
"types": "./fake-types/index.d.ts",
"import": "./lib/index.js",
"browser": "./lib/index.js",
"node": "./lib/index.js"
},
"scripts": {
"prepack": "cp -f ../README.md ./README.md",
"prettier": "prettier src test --write",
"build": "tsc --build tsconfig.json",
"test-types": "tsc --noEmit ./fake-types/index.d.ts",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"test-coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage"
},
"type": "module",
"keywords": [
"front-end",
"web",
"developer-experience",
"safe",
"simple",
"poweful"
],
"author": "lixcode",
"license": "MIT",
"bugs": {
"url": "https://github.com/vasille-js/vasille-js/issues"
},
"homepage": "https://github.com/vasille-js/vasille-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vasille-js/vasille-js.git"
},
"dependencies": {
"vasille": "^3.1.0",
"vasille-jsx": "^3.1.3"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/jsdom": "^21.1.7",
"cross-env": "^10.0.0",
"csstype": "^3.1.3",
"jest": "^30.0.5",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}