Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "magic-string",
|
---|
| 3 | "description": "Modify strings, generate sourcemaps",
|
---|
| 4 | "author": "Rich Harris",
|
---|
| 5 | "version": "0.25.7",
|
---|
| 6 | "repository": "https://github.com/rich-harris/magic-string",
|
---|
| 7 | "main": "dist/magic-string.cjs.js",
|
---|
| 8 | "module": "dist/magic-string.es.js",
|
---|
| 9 | "jsnext:main": "dist/magic-string.es.js",
|
---|
| 10 | "typings": "index.d.ts",
|
---|
| 11 | "license": "MIT",
|
---|
| 12 | "dependencies": {
|
---|
| 13 | "sourcemap-codec": "^1.4.4"
|
---|
| 14 | },
|
---|
| 15 | "devDependencies": {
|
---|
| 16 | "eslint": "^5.16.0",
|
---|
| 17 | "mocha": "^5.2.0",
|
---|
| 18 | "prettier": "^1.18.2",
|
---|
| 19 | "rollup": "^1.16.3",
|
---|
| 20 | "rollup-plugin-buble": "^0.19.6",
|
---|
| 21 | "rollup-plugin-node-resolve": "^5.2.0",
|
---|
| 22 | "rollup-plugin-replace": "^2.2.0",
|
---|
| 23 | "source-map": "^0.6.1",
|
---|
| 24 | "source-map-support": "^0.5.12"
|
---|
| 25 | },
|
---|
| 26 | "keywords": [
|
---|
| 27 | "string",
|
---|
| 28 | "string manipulation",
|
---|
| 29 | "sourcemap",
|
---|
| 30 | "templating",
|
---|
| 31 | "transpilation"
|
---|
| 32 | ],
|
---|
| 33 | "scripts": {
|
---|
| 34 | "test": "mocha",
|
---|
| 35 | "pretest": "npm run lint && npm run build",
|
---|
| 36 | "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
|
---|
| 37 | "build": "rollup -c",
|
---|
| 38 | "prepare": "npm run build",
|
---|
| 39 | "prepublishOnly": "rm -rf dist && npm test",
|
---|
| 40 | "lint": "eslint src test",
|
---|
| 41 | "watch": "rollup -cw"
|
---|
| 42 | },
|
---|
| 43 | "files": [
|
---|
| 44 | "dist/*",
|
---|
| 45 | "index.d.ts",
|
---|
| 46 | "README.md"
|
---|
| 47 | ]
|
---|
| 48 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.