UNPKG

@modern-js/codesmith-api-json

Version:
42 lines 1.09 kB
{ "name": "@modern-js/codesmith-api-json", "description": "codesmith json api", "homepage": "https://modernjs.dev", "bugs": "https://github.com/web-infra-dev/codesmith/issues", "repository": "web-infra-dev/codesmith", "license": "MIT", "keywords": [ "react", "framework", "modern", "modern.js" ], "version": "2.6.8", "jsnext:source": "./src/index.ts", "types": "./dist/types/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/esm-node/index.js", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@swc/helpers": "0.5.1", "comment-json": "^4.2.3", "declaration-update": "^0.0.2", "@modern-js/codesmith": "2.6.8" }, "devDependencies": { "@modern-js/module-tools": "2.60.3", "@modern-js/plugin-testing": "2.60.3", "@types/jest": "^26.0.24", "@types/node": "^14.18.42", "typescript": "^4.9.5" }, "sideEffects": false, "scripts": { "new": "modern new", "build": "modern build", "test": "modern test --passWithNoTests" } }