UNPKG

create-lbgcli

Version:

前端脚手架模板

47 lines (46 loc) 1.07 kB
{ "name": "acorn-import-assertions", "version": "1.7.6", "description": "Support for import assertions in acorn", "main": "lib/index.js", "module": "src/index.js", "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.js" }, "./package.json": "./package.json", "./": "./" }, "scripts": { "test": "mocha ./test/index.js", "watch": "babel ./src --out-dir ./lib --watch", "prepublish": "babel ./src --out-dir ./lib && node post-build.js" }, "author": "Sven Sauleau <sven@sauleau.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.10", "@babel/register": "^7.12.10", "acorn": "^8", "chai": "^4.2.0", "mocha": "^8.2.1" }, "peerDependencies": { "acorn": "^8" }, "repository": { "type": "git", "url": "https://github.com/xtuc/acorn-import-assertions" }, "dependencies": {}, "browserslist": [ "maintained node versions" ], "files": [ "lib", "src" ] }